Pretty print view items with :: rather than :.
This commit is contained in:
parent
29a801565a
commit
dc1b34288c
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ fn print_view_item(ps s, @ast::view_item item) {
|
||||||
auto first = true;
|
auto first = true;
|
||||||
for (str elt in ids) {
|
for (str elt in ids) {
|
||||||
if (first) {first = false;}
|
if (first) {first = false;}
|
||||||
else {wrd(s.s, ":");}
|
else {wrd(s.s, "::");}
|
||||||
wrd(s.s, elt);
|
wrd(s.s, elt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue