diff options
-rw-r--r-- | nitrocli/src/main.rs | 3 |
1 files changed, 1 insertions, 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, |