mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +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;
|