Skip to content

Commit 85554d2

Browse files
committed
fix: allow clippy::needless_range_loop
1 parent a717861 commit 85554d2

File tree

1 file changed

+1
-0
lines changed
  • c2rust-transpile/src/c_ast

1 file changed

+1
-0
lines changed

c2rust-transpile/src/c_ast/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,7 @@ impl CTypeKind {
18791879
mod tests {
18801880
use super::*;
18811881

1882+
#[allow(clippy::needless_range_loop)]
18821883
#[test]
18831884
fn test_compare_src_locs_ord() {
18841885
let ctx = TypedAstContext {

0 commit comments

Comments
 (0)