Register new snapshots
This commit is contained in:
parent
6d8342f5e9
commit
89b0e6e12b
94 changed files with 321 additions and 841 deletions
|
@ -126,7 +126,7 @@ fn doit(sess: &parse::ParseSess, mut lexer: lexer::StringReader,
|
|||
// span when we see the ']'.
|
||||
t::POUND => {
|
||||
is_attribute = true;
|
||||
try!(write!(out, r"<span class='attribute'>\#"));
|
||||
try!(write!(out, r"<span class='attribute'>#"));
|
||||
continue
|
||||
}
|
||||
t::RBRACKET => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue