Fix up comments.
Wrap overly long ones, etc.
This commit is contained in:
parent
a6416d8907
commit
22ca74f2b0
10 changed files with 69 additions and 51 deletions
|
@ -94,7 +94,8 @@ enum TargetLint {
|
|||
|
||||
/// A lint name that should give no warnings and have no effect.
|
||||
///
|
||||
/// This is used by rustc to avoid warning about old rustdoc lints before rustdoc registers them as tool lints.
|
||||
/// This is used by rustc to avoid warning about old rustdoc lints before rustdoc registers
|
||||
/// them as tool lints.
|
||||
Ignored,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue