Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 1, 2023
1 parent 783c7c1 commit b697409
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nextest-runner/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,6 @@ mod self_update_errors {
}
}

pub use crate::reporter::structured::FormatVersionError;
#[cfg(feature = "self-update")]
pub use self_update_errors::*;

pub use crate::reporter::structured::FormatVersionError;
1 change: 0 additions & 1 deletion nextest-runner/src/reporter/structured.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
mod libtest;

use super::*;

pub use libtest::{EmitNextestObject, LibtestReporter};

/// Error returned when a user-supplied format version fails to be parsed to a
Expand Down

0 comments on commit b697409

Please sign in to comment.