remove: needless clone

This commit is contained in:
2026-03-21 19:13:17 +01:00
parent 36dd65c144
commit 1c0b5a23d4
4 changed files with 10 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
// dead rust-lang/rustfmt/pull/5394 :(
#![feature(
decl_macro,
duration_constructors,
never_type,
once_cell_try,
seek_stream_len,
seek_stream_len
)]
#![allow(clippy::future_not_send)] // will get to fix these later