You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui-internal/check_clippy_version_attribute.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ note: the lint level is defined here
16
16
LL | #![deny(clippy::internal)]
17
17
| ^^^^^^^^^^^^^^^^
18
18
= note: `#[deny(clippy::invalid_clippy_version_attribute)]` implied by `#[deny(clippy::internal)]`
19
-
= help: please use a valid senmatic version, see `doc/adding_lints.md`
19
+
= help: please use a valid semantic version, see `doc/adding_lints.md`
20
20
= note: this error originates in the macro `$crate::declare_tool_lint` which comes from the expansion of the macro `declare_tool_lint` (in Nightly builds, run with -Z macro-backtrace for more info)
21
21
22
22
error: this item has an invalid `clippy::version` attribute
0 commit comments