Skip to content

Commit 19d8637

Browse files
committed
chore: lint
1 parent 924b437 commit 19d8637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/wpt_executor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ impl WptTestExecutor {
244244
}
245245

246246
fn calculate_adjusted_timeout(&self, test_path: &Path) -> Duration {
247+
#[allow(unused_mut)]
247248
let mut timeout = self.config.timeout;
248249

249250
// Check for known slow tests

0 commit comments

Comments
 (0)