serde/test_suite
David Tolnay f0dfdb5247
Resolve wildcard_imports pedantic clippy lint in test suite
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`
2023-03-08 12:14:04 -08:00
..
no_std Add authors to Cargo.toml 2022-07-31 19:25:47 -07:00
tests Resolve wildcard_imports pedantic clippy lint in test suite 2023-03-08 12:14:04 -08:00
Cargo.toml Delete unused toolchain_find dependency 2023-02-10 19:29:34 -08:00