diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/build.rs b/runtime/build.rs index f77f3ed07..b38fd558b 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -298,6 +298,7 @@ fn main() { let snapshot_slice = &[]; #[allow(clippy::needless_borrow)] #[allow(clippy::disallowed_methods)] + #[allow(clippy::needless_borrows_for_generic_args)] std::fs::write(&runtime_snapshot_path, snapshot_slice).unwrap(); } |