diff options
| author | Alejandro Soto <alejandro@34project.org> | 2021-12-29 06:54:40 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2021-12-29 06:54:40 -0600 |
| commit | 0020a6a8cd9246a4f04bbf4d25b264626529bab3 (patch) | |
| tree | 84dc7817a9502bfe2d59b06ec2474fd5b27ac9b9 /src/fuse/mod.rs | |
| parent | 77c5336f87692374375d0434159ce563b8a930b4 (diff) | |
Mark Reply as #[must_use]
Diffstat (limited to '')
| -rw-r--r-- | src/fuse/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuse/mod.rs b/src/fuse/mod.rs index 5a1bda6..5a4a7af 100644 --- a/src/fuse/mod.rs +++ b/src/fuse/mod.rs @@ -29,6 +29,7 @@ pub struct Request<'o, O: Operation<'o>> { } #[doc(cfg(feature = "server"))] +#[must_use] pub struct Reply<'o, O: Operation<'o>> { session: &'o session::Session, unique: u64, |
