mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
janitor: Fix warnings in nightly about redandant use
This commit is contained in:
parent
1d987a4547
commit
a8f912900b
35 changed files with 35 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue