Matthias Krüger
8276f26a4d
Fix wrong config option being suggested for deprecated wrong_pub_self_convention lint
...
Problem:
for code like
````
fn main() {
println!("Hello, world!");
}
````
clippy will issue a warning to use a clippy.toml option instead:
````
warning: lint `clippy::wrong_pub_self_convention` has been removed: set the `avoid_breaking_exported_api` config option to `false` to enable the `wrong_self_convention` lint for public items
--> src/main.rs:2:9
|
2 | #![warn(clippy::wrong_pub_self_convention)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
````
But using the lint name as seen in the warning message
echo "avoid_breaking_exported_api = true\n" > clippy.toml
Will cause an error:
````
error: error reading Clippy's configuration file `/tmp/clippytest/clippy.toml`: unknown field `avoid_breaking_exported_api`, expected one of `avoid-breaking-exported-api`, ...
````
Replace the underscores with dashes in the deprecation message.
changelog: avoid_breaking_exported_api: suggest correct clippy config toml option in the deprecation message
2021-06-20 15:54:41 +02:00
..
2021-06-06 12:43:22 +09:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-06-03 08:41:37 +02:00
2021-04-16 13:04:02 +08:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-06-10 09:12:06 +01:00
2021-06-10 09:12:06 +01:00
2021-06-10 09:12:06 +01:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-06-04 10:47:03 +02:00
2021-05-12 19:03:06 -04:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-06-03 08:41:37 +02:00
2021-06-06 12:43:22 +09:00
2021-06-06 12:43:22 +09:00
2021-05-07 17:26:32 -05:00
2021-06-03 08:41:37 +02:00
2021-06-20 15:54:41 +02:00
2021-05-12 19:03:06 -04:00
2021-05-12 19:03:06 -04:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-06-09 17:16:10 +02:00
2021-04-03 21:25:53 +03:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-05-12 19:03:06 -04:00
2021-05-04 16:48:43 +02:00
2021-05-04 16:48:43 +02:00
2021-06-07 23:31:17 +02:00
2021-06-07 23:31:17 +02:00
2021-06-07 23:31:17 +02:00
2021-06-07 23:20:11 +02:00
2021-06-07 23:20:11 +02:00
2021-06-07 23:20:11 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-03 08:41:37 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-06 12:20:44 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-27 16:55:11 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-05-12 19:03:06 -04:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-06-04 08:05:54 -04:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-12 19:03:06 -04:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-06 12:20:44 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-11 11:15:33 +02:00
2021-05-11 11:15:33 +02:00
2021-06-03 08:41:37 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-07 17:26:32 -05:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-05 18:54:41 +02:00
2021-06-05 18:54:41 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-12 19:03:06 -04:00
2021-05-12 19:03:06 -04:00
2021-06-03 08:41:37 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-05-12 19:03:06 -04:00
2021-05-07 17:26:32 -05:00
2021-06-17 07:02:36 -04:00
2021-06-17 07:02:36 -04:00
2021-05-06 12:20:44 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-04-22 11:31:13 +02:00
2021-06-03 08:41:37 +02:00
2021-05-12 19:03:06 -04:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-27 16:55:11 +02:00
2021-04-27 16:55:11 +02:00
2021-05-06 12:20:44 +02:00
2021-05-06 12:20:44 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-05-27 20:18:07 -05:00
2021-05-27 20:18:07 -05:00
2021-05-27 20:18:07 -05:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-05-20 13:07:57 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-04-08 17:50:13 +02:00
2021-06-17 07:02:36 -04:00
2021-06-17 07:02:36 -04:00
2021-04-08 17:50:13 +02:00
2021-05-21 12:27:40 -04:00
2021-05-21 12:27:40 -04:00
2021-05-21 12:27:40 -04:00
2021-05-02 11:40:31 +01:00
2021-05-02 11:40:31 +01:00
2021-05-02 11:40:31 +01:00
2021-05-20 13:07:57 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00
2021-06-03 08:41:37 +02:00