Skip to content

Commit 466a624

Browse files
committed
chore: hide the mods::reflect API for the time being.
This API is not stable yet and not ready for public use.
1 parent 61989d0 commit 466a624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/modules/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ pub mod mods {
332332
}
333333

334334
/// Types that allow for module introspection.
335+
///
336+
/// This API is unstable and not ready for public use.
337+
#[doc(hidden)]
335338
pub mod reflect {
336339
use crate::modules::protos::yara::exts::field_options;
337340
use std::borrow::Cow;

0 commit comments

Comments
 (0)