We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b69f6 commit 7a18835Copy full SHA for 7a18835
tools/dsctest/src/main.rs
@@ -22,6 +22,7 @@ use crate::trace::Trace;
22
use crate::whatif::WhatIf;
23
use std::{thread, time::Duration};
24
25
+#[allow(clippy::too_many_lines)]
26
fn main() {
27
let args = Args::parse();
28
let json = match args.subcommand {
0 commit comments