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 08e8dd5 commit f47bba8Copy full SHA for f47bba8
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "map-api"
3
description = "Raft state machine"
4
-version = "0.2.1"
+version = "0.2.2"
5
authors = ["Databend Authors <[email protected]>"]
6
license = "Apache-2.0"
7
edition = "2021"
src/match_seq/mod.rs
@@ -14,7 +14,7 @@
14
15
pub mod errors;
16
17
-#[allow(lippy::module_inception)]
+#[allow(clippy::module_inception)]
18
mod match_seq;
19
mod match_seq_ext;
20
mod match_seq_ext_impls;
0 commit comments