Skip to content

Commit 3f47e53

Browse files
committed
fix: ignore clippy lint with false positives
1 parent 7355505 commit 3f47e53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

midi2/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ authors = [
1010
]
1111
repository = "https://github.com/midi2-dev/bl-midi2-rs.git"
1212

13+
[lints.clippy]
14+
# packet indexing causes false positives
15+
manual_div_ceil = "allow"
16+
1317
[dependencies]
1418
derive_more = { version = "2.0.1", features = ["from"], default-features = false }
1519
fixed = "1.28.0"

0 commit comments

Comments
 (0)