Skip to content

Commit 681b5ad

Browse files
committed
fixing format issues
1 parent d1b3c48 commit 681b5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ impl OptionsExt for Options {
444444
} else {
445445
0
446446
};
447-
if num_input_files >= *inputfile_capacity as _ {
447+
if num_input_files >= *inputfile_capacity as usize {
448448
*inputfile_capacity += 10;
449449
}
450450

0 commit comments

Comments
 (0)