diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-06-15 13:22:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 19:22:28 +0200 |
commit | 9c42b5e03b6500aaf38b37b208ad9ae1ba2bbaf3 (patch) | |
tree | 0e92b77eda7126ed8169b168de343b6a19f6a7c4 /runtime/ops/fs.rs | |
parent | b6fd39377ee68dda0a5d82ed7f5dba9c61583a43 (diff) |
Remove various unnecessary allow(clippy) declarations (#10971)
Diffstat (limited to 'runtime/ops/fs.rs')
-rw-r--r-- | runtime/ops/fs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/ops/fs.rs b/runtime/ops/fs.rs index a80eeb3ac..cd93d0517 100644 --- a/runtime/ops/fs.rs +++ b/runtime/ops/fs.rs @@ -350,7 +350,6 @@ async fn op_fstat_async( Ok(get_stat(metadata)) } -#[allow(clippy::unnecessary_wraps)] fn op_umask( state: &mut OpState, mask: Option<u32>, |