diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-04-23 13:03:09 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-04-23 13:28:56 +0200 |
| commit | a1b75c5108514504c8382ac70d56f9a2a9aee7c4 (patch) | |
| tree | cf80402b1e8554c973d6a0f48d158fb40580845f /clippy_lints/src/utils/internal_lints | |
| parent | f30fc0a5e2e1d2e816c264354c45a6d7da576107 (diff) | |
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Diffstat (limited to 'clippy_lints/src/utils/internal_lints')
| -rw-r--r-- | clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs b/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs index 14ed1368e03..00842376628 100644 --- a/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs +++ b/clippy_lints/src/utils/internal_lints/unnecessary_def_path.rs @@ -20,7 +20,7 @@ use std::str; declare_clippy_lint! { /// ### What it does - /// Checks for usages of def paths when a diagnostic item or a `LangItem` could be used. + /// Checks for usage of def paths when a diagnostic item or a `LangItem` could be used. /// /// ### Why is this bad? /// The path for an item is subject to change and is less efficient to look up than a |
