-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix nightly lint causing compilation to fail * Relax checks on unused imports This is definitely worth a warning but should not make builds fail for users. We deny warnings in CI and sort this out before integrating. See issue #169 for more details. * Don't let nightly builds fail CI * Clean up superfluous explicit import Current nightly considers use nix::self as an unused import as nix is already through the extern prelude (since edition 2018) and generates a warning. Remove the explicit import to silence it. See: * Output of 'cargo --verbose check' * https://doc.rust-lang.org/stable/reference/names/preludes.html#extern-prelude --------- Co-authored-by: Ross Smyth <[email protected]> Co-authored-by: Christian Meusel <[email protected]>
- Loading branch information
1 parent
361664b
commit 09bfb98
Showing
4 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters