serde/serde_derive_internals
David Tolnay e19844c659
Fix renamed let_underscore_drop lint
warning: lint `clippy::let_underscore_drop` has been renamed to `let_underscore_drop`
      --> serde_derive/src/lib.rs:46:5
       |
    46 |     clippy::let_underscore_drop,
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `let_underscore_drop`
       |
       = note: `#[warn(renamed_and_removed_lints)]` on by default
2022-11-22 19:04:29 -08:00
..
.clippy.toml Inform clippy of supported compiler version in clippy.toml 2022-04-30 20:40:23 -07:00
build.rs Build using relative path in repo if Windows lost symlink 2021-04-09 14:16:17 -07:00
Cargo.toml Sort package entries in Cargo.toml 2022-07-31 19:19:07 -07:00
lib.rs Fix renamed let_underscore_drop lint 2022-11-22 19:04:29 -08:00
LICENSE-APACHE Replace "codegen" with "derive" 2017-04-14 15:42:27 -07:00
LICENSE-MIT Replace "codegen" with "derive" 2017-04-14 15:42:27 -07:00
src Move derive internals into serde_derive crate 2018-05-05 23:46:30 -07:00