Skip to content

Commit a34a87c

Browse files
committed
integration: silence warnings about missing docs
Rigorous documentation is not necessary for integration tests.
1 parent 997ce22 commit a34a87c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scylla/tests/integration/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Rigorous documentation is not necessary for integration tests.
2+
#![allow(missing_docs)]
3+
14
pub(crate) mod ccm;
25
mod load_balancing;
36
mod macros;

0 commit comments

Comments
 (0)