diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:27:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:27:07 -0600 |
| commit | dbf62fa4be2025ee041f705f899df6c859e287d2 (patch) | |
| tree | 4562107b186c3a6601d1fdce45ad7bf6038e6533 /src/fuse/mod.rs | |
| parent | ed5baeafd6eab65541f7b639e593cf23712e93f2 (diff) | |
Prepare for release
Diffstat (limited to '')
| -rw-r--r-- | src/fuse/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/mod.rs b/src/fuse/mod.rs index 2e20972..84c6878 100644 --- a/src/fuse/mod.rs +++ b/src/fuse/mod.rs @@ -33,7 +33,7 @@ pub struct Reply<'o, O: Operation<'o>> { pub struct Done<'o>(PhantomData<&'o mut &'o ()>); impl Done<'_> { - fn done() -> Self { + fn new() -> Self { Done(PhantomData) } |
