X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lint%2Fsrc%2Flints.rs;h=c997d8945d16ebdf2d5ac2f4a3f9dbee0e41d8b3;hb=a637e2a950d3274755233efbace05f837a4c5d17;hp=c3782a496891db3797bab13879bc32e54f024d02;hpb=bfffe406fbcabb37b95779f2d252c4a277191e0d;p=rust.git diff --git a/compiler/rustc_lint/src/lints.rs b/compiler/rustc_lint/src/lints.rs index c3782a49689..c997d8945d1 100644 --- a/compiler/rustc_lint/src/lints.rs +++ b/compiler/rustc_lint/src/lints.rs @@ -277,7 +277,7 @@ fn add_to_diagnostic_with(self, diag: &mut rustc_errors::Diagnostic, _: F) ) -> rustc_errors::SubdiagnosticMessage, { // Access to associates types should use `::Assoc`, which does not need a - // bound. Let's see if this type does that. + // bound. Let's see if this type does that. // We use a HIR visitor to walk the type. use rustc_hir::intravisit::{self, Visitor};