rustdoc: Remove nullary-tag dots
This commit is contained in:
@@ -162,7 +162,7 @@ fn write_arg(ctxt: ctxt, arg: doc::argdoc) {
|
||||
some(desc) {
|
||||
ctxt.w.write_str(#fmt(" - %s", desc));
|
||||
}
|
||||
none. { }
|
||||
none { }
|
||||
}
|
||||
ctxt.w.write_line("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user