aboutsummaryrefslogtreecommitdiff
path: root/src/errors/async_di_container.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors/async_di_container.rs')
-rw-r--r--src/errors/async_di_container.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/errors/async_di_container.rs b/src/errors/async_di_container.rs
index 22d8fdd..8697bc6 100644
--- a/src/errors/async_di_container.rs
+++ b/src/errors/async_di_container.rs
@@ -1,9 +1,5 @@
//! Error types for [`AsyncDIContainer`] and it's related structs.
//!
-//! ---
-//!
-//! *This module is only available if Syrette is built with the "async" feature.*
-//!
//! [`AsyncDIContainer`]: crate::async_di_container::AsyncDIContainer
use crate::errors::injectable::InjectableError;