mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 13:27:38 +03:00
Ignore wildcard_imports pedantic clippy lint
error: usage of wildcard import --> src/aserror.rs:45:9 | 45 | use super::*; | ^^^^^^^^ help: try: `super::{Error, UnwindSafe}` | = note: `-D clippy::wildcard-imports` implied by `-D clippy::pedantic` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
This commit is contained in:
parent
6957309724
commit
85d812fcd8
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@
|
|||
clippy::doc_markdown,
|
||||
clippy::module_name_repetitions,
|
||||
clippy::return_self_not_must_use,
|
||||
clippy::wildcard_imports,
|
||||
)]
|
||||
|
||||
mod aserror;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue