This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ declare_clippy_lint! {
4040 ///
4141 /// ### Known problems
4242 /// Derive macros [sometimes use incorrect bounds](https://github.com/rust-lang/rust/issues/26925)
43- /// in generic types and the user defined `impl` maybe is more generalized or
43+ /// in generic types and the user defined `impl` may be more generalized or
4444 /// specialized than what derive will produce. This lint can't detect the manual `impl`
4545 /// has exactly equal bounds, and therefore this lint is disabled for types with
4646 /// generic parameters.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ struct Foo {
2929
3030### Known problems
3131Derive macros [sometimes use incorrect bounds](https://github.com/rust-lang/rust/issues/26925)
32- in generic types and the user defined `impl` maybe is more generalized or
32+ in generic types and the user defined `impl` may be more generalized or
3333specialized than what derive will produce. This lint can't detect the manual `impl`
3434has exactly equal bounds, and therefore this lint is disabled for types with
3535generic parameters.
You can’t perform that action at this time.
0 commit comments