Skip to content

Commit

Permalink
Mark more test types as deliberately unused
Browse files Browse the repository at this point in the history
See also 7c70468.
  • Loading branch information
shepmaster committed May 24, 2024
1 parent dc6f99d commit b77d097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compatibility-tests/renamed-import/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use a_rose::{Backtrace, Snafu};
#[derive(Debug, Snafu)]
#[snafu(crate_root(a_rose))]
enum EnumError {
Leaf { username: String },
WithBacktrace { backtrace: Backtrace },
_Leaf { username: String },
_WithBacktrace { backtrace: Backtrace },
}

#[derive(Debug, Snafu)]
Expand Down

0 comments on commit b77d097

Please sign in to comment.