mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +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
|
|
@ -14,7 +14,7 @@ This module has different sub modules with the actual parser functions
|
|||
|
||||
use crate::diagnostics::{BuildDiagnostics, SourceFile, SourceFileVersion, Spanned};
|
||||
pub use smol_str::SmolStr;
|
||||
use std::{convert::TryFrom, fmt::Display};
|
||||
use std::fmt::Display;
|
||||
|
||||
mod document;
|
||||
mod element;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue