remove: needless clone
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user