Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information