| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:17:4 |
| | |
| LL | fn test_f3() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f3` |
| | |
| = note: `-D clippy::redundant-test-prefix` implied by `-D warnings` |
| = help: to override `-D warnings` add `#[allow(clippy::redundant_test_prefix)]` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:26:4 |
| | |
| LL | fn test_f4() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f4` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:39:4 |
| | |
| LL | fn test_f6() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f6` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:54:8 |
| | |
| LL | fn test_foo() { |
| | ^^^^^^^^ help: consider removing the `test_` prefix: `foo` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:59:8 |
| | |
| LL | fn test_foo_with_call() { |
| | ^^^^^^^^^^^^^^^^^^ help: consider removing the `test_` prefix: `foo_with_call` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:66:8 |
| | |
| LL | fn test_f1() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f1` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:71:8 |
| | |
| LL | fn test_f2() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f2` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:76:8 |
| | |
| LL | fn test_f3() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f3` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:81:8 |
| | |
| LL | fn test_f4() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f4` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:86:8 |
| | |
| LL | fn test_f5() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f5` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:91:8 |
| | |
| LL | fn test_f6() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f6` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:100:8 |
| | |
| LL | fn test_foo() { |
| | ^^^^^^^^ help: consider removing the `test_` prefix: `foo` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:105:8 |
| | |
| LL | fn test_foo_with_call() { |
| | ^^^^^^^^^^^^^^^^^^ help: consider removing the `test_` prefix: `foo_with_call` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:112:8 |
| | |
| LL | fn test_f1() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f1` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:117:8 |
| | |
| LL | fn test_f2() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f2` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:122:8 |
| | |
| LL | fn test_f3() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f3` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:127:8 |
| | |
| LL | fn test_f4() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f4` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:132:8 |
| | |
| LL | fn test_f5() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f5` |
| |
| error: redundant `test_` prefix in test function name |
| --> tests/ui/redundant_test_prefix.rs:137:8 |
| | |
| LL | fn test_f6() { |
| | ^^^^^^^ help: consider removing the `test_` prefix: `f6` |
| |
| error: aborting due to 19 previous errors |
| |