Skip to content

Commit

Permalink
Fix merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 14, 2022
1 parent 557cad9 commit 3bc0dcd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,8 @@ $ cargo add fd-lock
```

## Safety
<<<<<<< HEAD
This crate uses `unsafe` to interface with `libc` and `windows-sys`. All
This crate uses `unsafe` on Windows to interface with `windows-sys`. All
invariants have been carefully checked, and are manually enforced.
=======
This crate uses `unsafe` on Windows to interface with `winapi`. All invariants
have been carefully checked, and are manually enforced.
>>>>>>> 96badb5 (Use rustix instead of calling libc directly.)

## Contributing
Want to join us? Check out our ["Contributing" guide][contributing] and take a
Expand Down

0 comments on commit 3bc0dcd

Please sign in to comment.