We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadefd8 commit 5d7b2d9Copy full SHA for 5d7b2d9
src/sys/socket/mod.rs
@@ -772,7 +772,9 @@ pub enum ControlMessageOwned {
772
///
773
/// # Examples
774
775
- /// ```
+#[cfg_attr(all(target_env = "musl", target_pointer_width = "32"), doc = "See <https://github.com/nix-rust/nix/issues/2698> for notes regarding 32-bit musl")]
776
+#[cfg_attr(all(target_env = "musl", target_pointer_width = "32"), doc = "```no_run")]
777
+#[cfg_attr(any(not(target_env = "musl"), target_pointer_width = "64"), doc="```")]
778
/// # #[macro_use] extern crate nix;
779
/// # use nix::sys::socket::*;
780
/// # use nix::sys::time::*;
0 commit comments