We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3ab4d commit 66f5e08Copy full SHA for 66f5e08
clippy_lints/src/invalid_ref.rs
@@ -23,9 +23,9 @@ declare_clippy_lint! {
23
24
const SUMMARY: &str = "invalid reference";
25
const ZERO_REF_HELP: &str = "Creation of a null reference is undefined behavior; \
26
- see https://doc.rust-lang.org/reference/behavior-considered-undefined.html";
+ see https://doc.rust-lang.org/reference/behavior-considered-undefined.html";
27
const UNINIT_REF_HELP: &str = "Creation of an uninitialized reference is undefined behavior; \
28
29
30
declare_lint_pass!(InvalidRef => [INVALID_REF]);
31
0 commit comments