|
| 1 | +warning: the "no-" prefix in the feature name "no-qaq" is negative |
| 2 | + | |
| 3 | + = help: consider renaming the feature to "qaq", but make sure the feature adds functionality |
| 4 | +note: the lint level is defined here |
| 5 | + --> src/main.rs:3:9 |
| 6 | + | |
| 7 | +3 | #![warn(clippy::negative_feature_names)] |
| 8 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 9 | + |
| 10 | +warning: the "no_" prefix in the feature name "no_qaq" is negative |
| 11 | + | |
| 12 | + = help: consider renaming the feature to "qaq", but make sure the feature adds functionality |
| 13 | + |
| 14 | +warning: the "not-" prefix in the feature name "not-orz" is negative |
| 15 | + | |
| 16 | + = help: consider renaming the feature to "orz", but make sure the feature adds functionality |
| 17 | + |
| 18 | +warning: the "not_" prefix in the feature name "not_orz" is negative |
| 19 | + | |
| 20 | + = help: consider renaming the feature to "orz", but make sure the feature adds functionality |
| 21 | + |
| 22 | +warning: the "-support" suffix in the feature name "qvq-support" is redundant |
| 23 | + | |
| 24 | + = help: consider renaming the feature to "qvq" |
| 25 | +note: the lint level is defined here |
| 26 | + --> src/main.rs:2:9 |
| 27 | + | |
| 28 | +2 | #![warn(clippy::redundant_feature_names)] |
| 29 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 30 | + |
| 31 | +warning: the "_support" suffix in the feature name "qvq_support" is redundant |
| 32 | + | |
| 33 | + = help: consider renaming the feature to "qvq" |
| 34 | + |
| 35 | +warning: the "use-" prefix in the feature name "use-qwq" is redundant |
| 36 | + | |
| 37 | + = help: consider renaming the feature to "qwq" |
| 38 | + |
| 39 | +warning: the "use_" prefix in the feature name "use_qwq" is redundant |
| 40 | + | |
| 41 | + = help: consider renaming the feature to "qwq" |
| 42 | + |
| 43 | +warning: the "with-" prefix in the feature name "with-owo" is redundant |
| 44 | + | |
| 45 | + = help: consider renaming the feature to "owo" |
| 46 | + |
| 47 | +warning: the "with_" prefix in the feature name "with_owo" is redundant |
| 48 | + | |
| 49 | + = help: consider renaming the feature to "owo" |
| 50 | + |
0 commit comments