diff options
| author | bors <bors@rust-lang.org> | 2023-04-12 16:34:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-12 16:34:12 +0000 |
| commit | d2f1b2c052d293a9b56eb26f436b29d03f0372eb (patch) | |
| tree | 0babeb2f644386b48f6fa82ab6ef62909aa844a1 /clippy_lints/src/format_impl.rs | |
| parent | 0d06001449d56e6e138644e1035c84148a56e557 (diff) | |
| parent | 640955692610120a7ff127d20740f34c46457d38 (diff) | |
| download | rust-d2f1b2c052d293a9b56eb26f436b29d03f0372eb.tar.gz rust-d2f1b2c052d293a9b56eb26f436b29d03f0372eb.zip | |
Auto merge of #10638 - bluthej:standardize-lint-formulation, r=Alexendoo
Standardize lint formulation Fixes #10631 changelog: Standardize a very frequent lint formulation which had variations
Diffstat (limited to 'clippy_lints/src/format_impl.rs')
| -rw-r--r-- | clippy_lints/src/format_impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/format_impl.rs b/clippy_lints/src/format_impl.rs index e3ddbfb5981..3ddee1842a3 100644 --- a/clippy_lints/src/format_impl.rs +++ b/clippy_lints/src/format_impl.rs @@ -51,7 +51,7 @@ declare_clippy_lint! { declare_clippy_lint! { /// ### What it does - /// Checks for use of `println`, `print`, `eprintln` or `eprint` in an + /// Checks for usage of `println`, `print`, `eprintln` or `eprint` in an /// implementation of a formatting trait. /// /// ### Why is this bad? |
