Skip to content

Commit

Permalink
fix(redundant-import): fix a warning and CI failure in nightly (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahor committed Feb 21, 2024
1 parent 7d9dfc6 commit 6ea86a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions src/source_impls.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/*!
Default trait implementations for [`SourceCode`].
*/
use std::{
borrow::{Cow, ToOwned},
collections::VecDeque,
fmt::Debug,
sync::Arc,
};
use std::{borrow::Cow, collections::VecDeque, fmt::Debug, sync::Arc};

use crate::{MietteError, MietteSpanContents, SourceCode, SourceSpan, SpanContents};

Expand Down
1 change: 0 additions & 1 deletion tests/test_repr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ mod drop;

use self::drop::{DetectDrop, Flag};
use miette::Report;
use std::marker::Unpin;
use std::mem;

#[test]
Expand Down

0 comments on commit 6ea86a2

Please sign in to comment.