rust/clippy_dev/src
Samuel Moelius 8a38bcc390 Make "all fields are shorthand" requirement configurable
Handle field attributes in suggestions

Fix adjacent code

Address review comments

https://github.com/rust-lang/rust-clippy/pull/13737#discussion_r1861352124

Address all review comments but one

This comment is not yet addressed: https://github.com/rust-lang/rust-clippy/pull/13737#discussion_r1874544907

`initializer_suggestions` -> `lint_inconsistent_struct_field_initializers`
2024-12-26 19:36:58 -05:00
..
setup new lint unnecessary_map_or 2024-11-12 23:00:26 +00:00
dogfood.rs Introduce utils mod in clippy_dev 2024-11-18 10:04:27 +01:00
fmt.rs Make "all fields are shorthand" requirement configurable 2024-12-26 19:36:58 -05:00
lib.rs Add cargo dev release subcommand 2024-11-19 17:59:33 +01:00
lint.rs Introduce utils mod in clippy_dev 2024-11-18 10:04:27 +01:00
main.rs Add cargo dev release subcommand 2024-11-19 17:59:33 +01:00
new_lint.rs Introduce utils mod in clippy_dev 2024-11-18 10:04:27 +01:00
release.rs Add cargo dev release subcommand 2024-11-19 17:59:33 +01:00
serve.rs Watch tests/compile-test.rs in cargo dev serve 2024-10-30 19:21:25 +00:00
sync.rs Add cargo dev sync subcommand 2024-11-19 17:59:33 +01:00
update_lints.rs Introduce utils mod in clippy_dev 2024-11-18 10:04:27 +01:00
utils.rs Introduce utils mod in clippy_dev 2024-11-18 10:04:27 +01:00