diff options
| author | Krishna Sai Veera Reddy <veerareddy@email.arizona.edu> | 2020-02-17 00:17:26 -0800 |
|---|---|---|
| committer | Krishna Sai Veera Reddy <veerareddy@email.arizona.edu> | 2020-02-17 00:17:26 -0800 |
| commit | 45936a6e26ad123bfaa391791edeb2c7f51b296c (patch) | |
| tree | 9dae73e8a62e4b888d3f43d7369a42bfbfcb1348 /src | |
| parent | 552452873ce393a0543de7d1cb6356dc0888d551 (diff) | |
| download | rust-45936a6e26ad123bfaa391791edeb2c7f51b296c.tar.gz rust-45936a6e26ad123bfaa391791edeb2c7f51b296c.zip | |
Uplift `excessive_precision` to the correctness category
Diffstat (limited to 'src')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index 06a1fca4fdd..8c04afce1d2 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -492,7 +492,7 @@ pub const ALL_LINTS: [Lint; 355] = [ }, Lint { name: "excessive_precision", - group: "style", + group: "correctness", desc: "excessive precision for float literal", deprecation: None, module: "excessive_precision", |
