naive_bytecount: make lint adhere to lint message convention
This commit is contained in:
parent
fd379a889e
commit
40416c0fa8
2 changed files with 8 additions and 8 deletions
|
|
@ -82,8 +82,8 @@ impl<'tcx> LateLintPass<'tcx> for ByteCount {
|
|||
cx,
|
||||
NAIVE_BYTECOUNT,
|
||||
expr.span,
|
||||
"You appear to be counting bytes the naive way",
|
||||
"Consider using the bytecount crate",
|
||||
"you appear to be counting bytes the naive way",
|
||||
"consider using the bytecount crate",
|
||||
format!("bytecount::count({}, {})",
|
||||
snippet_with_applicability(cx, haystack.span, "..", &mut applicability),
|
||||
snippet_with_applicability(cx, needle.span, "..", &mut applicability)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue