Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://travis-ci.org/nix-rust/nix/jobs/557674308 error[E0433]: failed to resolve. Use of undeclared type or module `std` --> test/test_fcntl.rs:36:5 | 36 | std::fs::File::create(&old_path).unwrap(); | ^^^ Use of undeclared type or module `std` This works locally (with Rust 1.36.0), and in hindsight I'm a little confused why. I thought you needed the 2018 edition to not need :: before std in this context. In any case, easy enough to fix.
- Loading branch information