Skip to content

Commit 8636375

Browse files
committed
Mark internal_testing as doc(hidden)
Otherwise it will render in docrs - it uses all features.
1 parent 2764fc1 commit 8636375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ pub(crate) mod utils;
255255
pub(crate) use utils::test_utils;
256256

257257
#[cfg(feature = "unstable-testing")]
258+
#[doc(hidden)]
258259
pub mod internal_testing {
259260
use scylla_cql::serialize::row::SerializedValues;
260261

0 commit comments

Comments
 (0)