Skip to content

Commit

Permalink
remove explicit false
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed Mar 21, 2024
1 parent 894d9ff commit 02ce4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/move/willbe/tests/inc/action/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ fn backtrace_should_be()
.channels([ Channel::Stable ])
.optimizations([ Optimization::Debug ])
.with_none_features( true )
.with_progress( false )
.form();

let rep = test( args, false ).unwrap_err().0;
Expand Down

0 comments on commit 02ce4c0

Please sign in to comment.