feat: enhance strictness of Rust compiler settings and improve code quality by treating warnings as errors
This commit is contained in:
@@ -398,13 +398,6 @@ impl Harness {
|
||||
}
|
||||
}
|
||||
|
||||
fn classify(cmd: &str) -> Verdict {
|
||||
match cmd {
|
||||
"bash" | "write" | "edit" | "delete" | "git_operator" => Verdict::Allow,
|
||||
_ => Verdict::Allow,
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl Default for Harness {
|
||||
|
||||
Reference in New Issue
Block a user