Skip to content

Commit

Permalink
Remove unions_with_drop_fields lint
Browse files Browse the repository at this point in the history
With Rust 1.40 the unions_with_drop_fields lint has been removed. This
change removes it from our list of lints as well.
  • Loading branch information
d-e-s-o committed Dec 30, 2019
1 parent 4ae7f49 commit 476cbd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nitrocli/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// main.rs

// *************************************************************************
// * Copyright (C) 2017-2019 Daniel Mueller ([email protected]) *
// * Copyright (C) 2017-2020 Daniel Mueller ([email protected]) *
// * *
// * 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 *
Expand Down Expand Up @@ -47,7 +47,6 @@
type_alias_bounds,
tyvar_behind_raw_pointer,
unconditional_recursion,
unions_with_drop_fields,
unreachable_code,
unreachable_patterns,
unstable_features,
Expand Down

0 comments on commit 476cbd7

Please sign in to comment.