We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dead_code
1 parent 3c21e9c commit a773d05Copy full SHA for a773d05
1 file changed
src/proto.rs
@@ -5,7 +5,11 @@
5
6
mod graph;
7
8
-#[allow(clippy::doc_lazy_continuation, clippy::doc_overindented_list_items)]
+#[allow(
9
+ clippy::doc_lazy_continuation,
10
+ clippy::doc_overindented_list_items,
11
+ dead_code
12
+)]
13
pub mod common {
14
pub mod v1alpha8 {
15
pub mod grid {
@@ -40,7 +44,11 @@ pub mod common {
40
44
}
41
45
42
46
43
47
48
49
50
51
52
pub mod microgrid {
53
pub mod v1alpha18 {
54
#![allow(clippy::derive_partial_eq_without_eq)]
0 commit comments