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 997ce22 commit a34a87cCopy full SHA for a34a87c
scylla/tests/integration/main.rs
@@ -1,3 +1,6 @@
1
+// Rigorous documentation is not necessary for integration tests.
2
+#![allow(missing_docs)]
3
+
4
pub(crate) mod ccm;
5
mod load_balancing;
6
mod macros;
0 commit comments