aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/factory.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interfaces/factory.rs b/src/interfaces/factory.rs
index d3d55da..29b9f08 100644
--- a/src/interfaces/factory.rs
+++ b/src/interfaces/factory.rs
@@ -1,7 +1,10 @@
#![allow(clippy::module_name_repetitions)]
//! Interface for a factory.
-
+//!
+//! ---
+//!
+//! *This module is only available if Syrette is built with the "factory" feature.*
use crate::libs::intertrait::CastFrom;
use crate::ptr::TransientPtr;