1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
diff --git a/src/lib.rs b/src/lib.rs
index f332046..5562d0d 100755
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -148,8 +148,8 @@
//! nonstick detects which implementation it should use for the current target.
//! If you need to choose a different implementation, set the `LIBPAMSYS_IMPL`
//! environment variable at build time. See the [`libpam_sys`] documentation.
-#![doc = ""]
-#![doc = concat!("This documentation was built for **", pam_impl_name!(), "**.")]
+//#![doc = ""]
+// #![doc = concat!("This documentation was built for **", pam_impl_name!(), "**.")]
//!
//! # Cargo features
//!
|