mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 21:48:02 +00:00
f0dfdb5247
error: usage of wildcard import
--> test_suite/tests/test_gen.rs:901:9
|
901 | use super::*;
| ^^^^^^^^ help: try: `super::Deserialize`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wildcard_imports
= note: `-D clippy::wildcard-imports` implied by `-D clippy::pedantic`