diff options
| author | alex-semenyuk <alexsemenyuk88@gmail.com> | 2022-08-05 00:59:21 +0300 |
|---|---|---|
| committer | alex-semenyuk <alexsemenyuk88@gmail.com> | 2022-08-05 00:59:21 +0300 |
| commit | f63b324ab1f37c6238af3070eb0c7c33230e43a8 (patch) | |
| tree | 7c8e5e7eb7df9e1d91e140d61af8ada907037ee8 | |
| parent | 7062a013e73a9571470cfe4df9940f7c47c6cbf3 (diff) | |
| download | rust-f63b324ab1f37c6238af3070eb0c7c33230e43a8.tar.gz rust-f63b324ab1f37c6238af3070eb0c7c33230e43a8.zip | |
Fix some typos
| -rw-r--r-- | tests/ui-internal/check_clippy_version_attribute.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-internal/check_clippy_version_attribute.stderr b/tests/ui-internal/check_clippy_version_attribute.stderr index ab7c8d59307..2aa4de490bc 100644 --- a/tests/ui-internal/check_clippy_version_attribute.stderr +++ b/tests/ui-internal/check_clippy_version_attribute.stderr @@ -16,7 +16,7 @@ note: the lint level is defined here LL | #![deny(clippy::internal)] | ^^^^^^^^^^^^^^^^ = note: `#[deny(clippy::invalid_clippy_version_attribute)]` implied by `#[deny(clippy::internal)]` - = help: please use a valid senmatic version, see `doc/adding_lints.md` + = help: please use a valid semantic version, see `doc/adding_lints.md` = 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) error: this item has an invalid `clippy::version` attribute |
