Skip to content

Commit

Permalink
Implement unlinkat - Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jlb6740 committed Jul 11, 2019
1 parent 05f1c26 commit cfa7003
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add `sched_yield`
([#1050](https://github.com/nix-rust/nix/pull/1050))


### Changed
- `PollFd` event flags renamed to `PollFlags` ([#1024](https://github.com/nix-rust/nix/pull/1024/))
- `recvmsg` now returns an Iterator over `ControlMessageOwned` objects rather
Expand Down
1 change: 0 additions & 1 deletion test/test_unistd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ fn test_unlinkat_file() {
assert!(!filepath.exists());
}


#[test]
fn test_access_not_existing() {
let tempdir = tempfile::tempdir().unwrap();
Expand Down

0 comments on commit cfa7003

Please sign in to comment.