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

@ -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;