File: disable-doc.diff

package info (click to toggle)
rust-nonstick 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 376 kB
  • sloc: makefile: 9
file content (15 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
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
 //!