Skip to content

Commit f8510ad

Browse files
Removed unused comment
1 parent e4fe9b1 commit f8510ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ mod tests {
9393
}
9494

9595
#[test]
96-
// #[should_panic]
9796
fn test_invalid_num_threads_low() {
9897
let cli = Cli::try_parse_from(vec!["", "-p", "0"]);
9998
assert!(cli.is_err());

0 commit comments

Comments
 (0)