From 65ae7854a479e6d57b0f6c8603065d768032ffae Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sat, 26 Jan 2019 21:55:39 -0800 Subject: 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. --- nitrocli/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nitrocli/src/main.rs b/nitrocli/src/main.rs index 58d0628..1629167 100644 --- a/nitrocli/src/main.rs +++ b/nitrocli/src/main.rs @@ -19,7 +19,6 @@ #![deny( dead_code, - duplicate_associated_type_bindings, illegal_floating_point_literal_pattern, improper_ctypes, intra_doc_link_resolution_failure, -- cgit v1.2.1