|
| 1 | +error: 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: `-D clippy::negative-feature-names` implied by `-D warnings` |
| 5 | + |
| 6 | +error: the "no_" prefix in the feature name "no_qaq" is negative |
| 7 | + | |
| 8 | + = help: consider renaming the feature to "qaq", but make sure the feature adds functionality |
| 9 | + |
| 10 | +error: the "not-" prefix in the feature name "not-orz" is negative |
| 11 | + | |
| 12 | + = help: consider renaming the feature to "orz", but make sure the feature adds functionality |
| 13 | + |
| 14 | +error: 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 | +error: the "-support" suffix in the feature name "qvq-support" is redundant |
| 19 | + | |
| 20 | + = help: consider renaming the feature to "qvq" |
| 21 | + = note: `-D clippy::redundant-feature-names` implied by `-D warnings` |
| 22 | + |
| 23 | +error: the "_support" suffix in the feature name "qvq_support" is redundant |
| 24 | + | |
| 25 | + = help: consider renaming the feature to "qvq" |
| 26 | + |
| 27 | +error: the "use-" prefix in the feature name "use-qwq" is redundant |
| 28 | + | |
| 29 | + = help: consider renaming the feature to "qwq" |
| 30 | + |
| 31 | +error: the "use_" prefix in the feature name "use_qwq" is redundant |
| 32 | + | |
| 33 | + = help: consider renaming the feature to "qwq" |
| 34 | + |
| 35 | +error: the "with-" prefix in the feature name "with-owo" is redundant |
| 36 | + | |
| 37 | + = help: consider renaming the feature to "owo" |
| 38 | + |
| 39 | +error: the "with_" prefix in the feature name "with_owo" is redundant |
| 40 | + | |
| 41 | + = help: consider renaming the feature to "owo" |
| 42 | + |
| 43 | +error: could not compile `feature_name` (bin "feature_name") due to 10 previous errors |
0 commit comments