diff --git a/src/lib.rs b/src/lib.rs index 9488a8c..ee77c84 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ //! Easily hash and verify passwords using bcrypt #![forbid(unsafe_code)] #![cfg_attr(not(feature = "std"), no_std)] +#![cfg_attr(docsrs, feature(doc_cfg))] #[cfg(any(feature = "alloc", feature = "std", test))] extern crate alloc;