File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/tools/compiletest/src Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,6 @@ string_enum! {
34
34
}
35
35
}
36
36
37
- impl Default for Mode {
38
- fn default ( ) -> Self {
39
- Mode :: Ui
40
- }
41
- }
42
-
43
37
impl Mode {
44
38
pub fn aux_dir_disambiguator ( self ) -> & ' static str {
45
39
// Pretty-printing tests could run concurrently, and if they do,
@@ -151,7 +145,7 @@ pub enum Sanitizer {
151
145
///
152
146
/// FIXME: audit these options to make sure we are not hashing less than necessary for build stamp
153
147
/// (for changed test detection).
154
- #[ derive( Debug , Default , Clone ) ]
148
+ #[ derive( Debug , Clone ) ]
155
149
pub struct Config {
156
150
/// Some test [`Mode`]s support [snapshot testing], where a *reference snapshot* of outputs (of
157
151
/// `stdout`, `stderr`, or other form of artifacts) can be compared to the *actual output*.
You can’t perform that action at this time.
0 commit comments