Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Sync for Link. The only operations that can be performed on a &Link are pin_path() and detach(), neither of which modify the object. pin_path() just reads an attribute and detach() performs a system call with the link's file descriptor. Hence, Sync should be fine to implement for Link. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information