From 476cbd7238b0a4a0fd842ca5be7706f19c936a12 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Mon, 30 Dec 2019 08:42:08 -0800 Subject: Remove unions_with_drop_fields lint With Rust 1.40 the unions_with_drop_fields lint has been removed. This change removes it from our list of lints as well. --- nitrocli/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nitrocli/src/main.rs b/nitrocli/src/main.rs index bb4b007..c639f14 100644 --- a/nitrocli/src/main.rs +++ b/nitrocli/src/main.rs @@ -1,7 +1,7 @@ // main.rs // ************************************************************************* -// * Copyright (C) 2017-2019 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2017-2020 Daniel Mueller (deso@posteo.net) * // * * // * This program is free software: you can redistribute it and/or modify * // * it under the terms of the GNU General Public License as published by * @@ -47,7 +47,6 @@ type_alias_bounds, tyvar_behind_raw_pointer, unconditional_recursion, - unions_with_drop_fields, unreachable_code, unreachable_patterns, unstable_features, -- cgit v1.2.1