Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fmt and clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Leite committed Nov 17, 2022
1 parent c541796 commit 306db96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rome_diagnostics/src/v2/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pub mod diagnostic;
pub mod display;
pub mod error;
pub mod location;
pub mod serde;
pub mod panic;
pub mod serde;

#[doc(hidden)]
// Convenience re-export for procedural macro
Expand Down
1 change: 0 additions & 1 deletion crates/rome_diagnostics/src/v2/panic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

use std::panic::UnwindSafe;

#[derive(Default, Debug)]
Expand Down

0 comments on commit 306db96

Please sign in to comment.