Skip to content

Commit b9c3a59

Browse files
committed
Silence 'clippy::type_repetition_in_bounds' warnings.
1 parent 62a488e commit b9c3a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@
311311
clippy::module_name_repetitions,
312312
clippy::shadow_unrelated,
313313
clippy::similar_names,
314-
clippy::too_many_lines
314+
clippy::too_many_lines,
315+
clippy::type_repetition_in_bounds
315316
)]
316317

317318
extern crate proc_macro;

0 commit comments

Comments
 (0)