Skip to content

Commit d64a97b

Browse files
committed
Ignore confusable_idents warning in test
error: found both `σ` and `o` as identifiers, which look alike --> test_suite/tests/test_gen.rs:734:13 | 292 | σ: f64, | - other identifier used here ... 734 | o: T, | ^ this identifier can be confused with `σ` | note: the lint level is defined here --> test_suite/tests/test_gen.rs:5:9 | 5 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(confusable_idents)]` implied by `#[deny(warnings)]`
1 parent c3df337 commit d64a97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_suite/tests/test_gen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#![deny(warnings)]
66
#![allow(
7+
confusable_idents,
78
unknown_lints,
89
mixed_script_confusables,
910
clippy::derive_partial_eq_without_eq,

0 commit comments

Comments
 (0)