File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ declare_clippy_lint! {
40
40
///
41
41
/// ### Known problems
42
42
/// 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
44
44
/// specialized than what derive will produce. This lint can't detect the manual `impl`
45
45
/// has exactly equal bounds, and therefore this lint is disabled for types with
46
46
/// generic parameters.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ struct Foo {
29
29
30
30
### Known problems
31
31
Derive 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
33
33
specialized than what derive will produce. This lint can't detect the manual `impl`
34
34
has exactly equal bounds, and therefore this lint is disabled for types with
35
35
generic parameters.
You can’t perform that action at this time.
0 commit comments