We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7355505 commit 3f47e53Copy full SHA for 3f47e53
midi2/Cargo.toml
@@ -10,6 +10,10 @@ authors = [
10
]
11
repository = "https://github.com/midi2-dev/bl-midi2-rs.git"
12
13
+[lints.clippy]
14
+# packet indexing causes false positives
15
+manual_div_ceil = "allow"
16
+
17
[dependencies]
18
derive_more = { version = "2.0.1", features = ["from"], default-features = false }
19
fixed = "1.28.0"
0 commit comments