Skip to content

Commit 7a18835

Browse files
authored
fix clippy
1 parent 27b69f6 commit 7a18835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/dsctest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ use crate::trace::Trace;
2222
use crate::whatif::WhatIf;
2323
use std::{thread, time::Duration};
2424

25+
#[allow(clippy::too_many_lines)]
2526
fn main() {
2627
let args = Args::parse();
2728
let json = match args.subcommand {

0 commit comments

Comments
 (0)