mkRemovedOptionModule: assert on removed options (#69419)

mkRemovedOptionModule: assert on removed options
This commit is contained in:
Silvan Mosberger
2019-09-30 16:39:40 +02:00
committed by GitHub
3 changed files with 9 additions and 6 deletions

View File

@@ -305,7 +305,7 @@ let
optional (defined ipv6Address && defined ipv6PrefixLength)
{ address = ipv6Address; prefixLength = ipv6PrefixLength; }))
({ options.warnings = options.warnings; })
({ options.warnings = options.warnings; options.assertions = options.assertions; })
];
};