issues
search
cberner
/
fuser
Filesystem in Userspace (FUSE) for Rust
MIT License
835
stars
114
forks
source link
Fix some compiler warnings
#236
Closed
jamesbornholt
closed
1 year ago
jamesbornholt
commented
1 year ago
#[must_use]
doesn't do anything on impls, only methods
We hold onto a couple of arguments that aren't used for convenience
cberner
commented
1 year ago
Merged. Thanks!
#[must_use]
doesn't do anything on impls, only methods