]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/cfg_if/mod.rs
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / cfg_if / mod.rs
1 //! `std_detect`
2
3 #[doc(hidden)] // unstable implementation detail
4 #[unstable(feature = "stdsimd", issue = "27731")]
5 pub mod detect;