Skip to content

Commit 65ae785

Browse files
committed
Remove no longer used duplicate_associated_type_bindings lint
The duplicate_associated_type_bindings lint seems to have been removed with the Rust 1.32 release. This change removes the lint from the program to prevent the newly introduced warning from being emitted.
1 parent 3f4b606 commit 65ae785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nitrocli/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#![deny(
2121
dead_code,
22-
duplicate_associated_type_bindings,
2322
illegal_floating_point_literal_pattern,
2423
improper_ctypes,
2524
intra_doc_link_resolution_failure,

0 commit comments

Comments
 (0)