Skip to content

Commit

Permalink
Fix forbidden_lint_groups warning
Browse files Browse the repository at this point in the history
```text
warning: warn(unaligned_references) incompatible with previous forbid
  --> tests/lint.rs:20:5
   |
4  | #![forbid(future_incompatible, rust_2018_compatibility)]
   |           ------------------- `forbid` level set here
...
20 |     unaligned_references,
   |     ^^^^^^^^^^^^^^^^^^^^ overruled by previous forbid
```
  • Loading branch information
taiki-e committed Dec 26, 2021
1 parent c7b8801 commit d24c6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
single_use_lifetimes,
trivial_casts,
trivial_numeric_casts,
unaligned_references,
unreachable_pub,
unused_extern_crates,
unused_import_braces,
Expand Down

0 comments on commit d24c6c5

Please sign in to comment.