rust/tests
goth-turtle b4a50e9ee5 mistyped_literal_suffixes: ignore floats without exponent
Previously this lint would only look at the integer part of floating
point literals without an exponent, giving wrong suggestions like:

```
  |
8 |     let _ = 123_32.123;
  |             ^^^^^^^^^^ help: did you mean to write: `123.123_f32`
  |
```

Instead, it now ignores these literals.
Fixes #6129
2022-04-24 15:28:36 +02:00
..
test_utils
ui mistyped_literal_suffixes: ignore floats without exponent 2022-04-24 15:28:36 +02:00
ui-cargo
ui-internal collapsible <> collspible 2022-04-15 14:19:01 -07:00
ui-toml Auto merge of #8707 - OneSignal:await-invalid-types, r=llogiq 2022-04-18 18:36:50 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs fixup! Add await_holding_invalid_type lint 2022-04-15 14:45:58 -07:00
dogfood.rs dogfood: allow unknown lints when not running with internal feature 2022-04-22 13:15:11 +01:00
integration.rs
lint_message_convention.rs adding spell checking 2022-04-15 14:18:09 -07:00
missing-test-files.rs
versioncheck.rs
workspace.rs