Make lint descriptions short and to the point; always fitting the column "triggers on".
This commit is contained in:
parent
3b5ff0f813
commit
b91c1a509e
51 changed files with 340 additions and 243 deletions
|
|
@ -11,8 +11,9 @@ use syntax::ast::*;
|
|||
///
|
||||
/// **Example:** Wrong ordering of the util::paths constants.
|
||||
declare_lint! {
|
||||
pub CLIPPY_LINTS_INTERNAL, Allow,
|
||||
"Various things that will negatively affect your clippy experience"
|
||||
pub CLIPPY_LINTS_INTERNAL,
|
||||
Allow,
|
||||
"various things that will negatively affect your clippy experience"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue