janitor: Fix warnings in nightly about redandant use

This commit is contained in:
Tobias Hunger 2024-02-19 14:25:47 +01:00 committed by Tobias Hunger
parent 1d987a4547
commit a8f912900b
35 changed files with 35 additions and 13 deletions

View file

@ -6,7 +6,6 @@
//! implementation of vtable::Vrc
use super::*;
use core::convert::TryInto;
use portable_atomic::{AtomicU32, Ordering};
/// This trait is implemented by the [`#[vtable]`](macro@vtable) macro.