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! {
3434 }
3535}
3636
37- impl Default for Mode {
38- fn default ( ) -> Self {
39- Mode :: Ui
40- }
41- }
42-
4337impl Mode {
4438 pub fn aux_dir_disambiguator ( self ) -> & ' static str {
4539 // Pretty-printing tests could run concurrently, and if they do,
@@ -151,7 +145,7 @@ pub enum Sanitizer {
151145///
152146/// FIXME: audit these options to make sure we are not hashing less than necessary for build stamp
153147/// (for changed test detection).
154- #[ derive( Debug , Default , Clone ) ]
148+ #[ derive( Debug , Clone ) ]
155149pub struct Config {
156150 /// Some test [`Mode`]s support [snapshot testing], where a *reference snapshot* of outputs (of
157151 /// `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