rust/tests
Dharma Saputra Wijaya 1085df58ac Add separated_literal_suffix as an alternative for
`unseparated_literal_suffix`

This commit adds a configuration `literal-suffix-style` to enforce a
specific style for unseparated_literal_suffix. The configuration accepts
two values:
- "separated"
    enforce all literals to be written separately (e.g. `123_i32`)
- "unseparated"
    enforce all literals to be written as unseparated (e.g. `123i32`)

Not specifying a value means that there is no preference on style and
any style should not be warned.
2021-11-01 22:26:13 +08:00
..
cargo Use relative path for test builds 2021-09-08 14:07:03 -05:00
ui Add separated_literal_suffix as an alternative for 2021-11-01 22:26:13 +08:00
ui-cargo
ui-internal Allow internal lint INVALID_PATHS for itertools path 2021-09-28 17:07:51 +01:00
ui-toml Update documentation and name for non_send_fields_in_send_ty lint 2021-10-02 19:22:37 -04:00
clippy.toml
compile-test.rs Improve depinfo error 2021-09-24 10:27:11 -05:00
dogfood.rs Remove special dogfood target 2021-09-08 14:07:03 -05:00
fmt.rs
integration.rs Add new lint if_then_panic 2021-09-24 22:14:20 +08:00
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs