mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-03 18:09:42 +00:00
Fixed tests
This commit is contained in:
parent
ec60baa864
commit
d13af87d8a
1 changed files with 2 additions and 0 deletions
|
@ -42,3 +42,5 @@ error: consider using `Option<T>` instead of `Option<Option<T>>` or a custom enu
|
|||
23 | Struct{x: Option<Option<u8>>},
|
||||
| ^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: aborting due to 7 previous errors
|
||||
|
||||
|
|
Loading…
Reference in a new issue