Skip to content

Commit

Permalink
Delete unreachable patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi7190 committed Sep 20, 2024
1 parent f3c5812 commit d66377d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nusamai/src/transformer/transform/lods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ impl Transform for FilterLodTransform {
out.push(entity);
}

Check warning on line 89 in nusamai/src/transformer/transform/lods.rs

View check run for this annotation

Codecov / codecov/patch

nusamai/src/transformer/transform/lods.rs#L86-L89

Added lines #L86 - L89 were not covered by tests
}
_ => {}
}
}

Expand Down

0 comments on commit d66377d

Please sign in to comment.