mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-26 22:26:26 +03:00
6 lines
133 B
Rust
6 lines
133 B
Rust
//! `std_detect`
|
|
|
|
#[doc(hidden)] // unstable implementation detail
|
|
#[unstable(feature = "stdsimd", issue = "27731")]
|
|
pub mod detect;
|