Ignore doctest

This commit is contained in:
Caleb Zulawski 2023-05-02 22:32:20 -04:00
parent b3b5cfca66
commit 9e818d62b3

View File

@ -1,7 +1,7 @@
//! The portable SIMD prelude. //! The portable SIMD prelude.
//! //!
//! Includes important traits and types to be imported with a glob: //! Includes important traits and types to be imported with a glob:
//! ``` //! ```ignore
//! use std::simd::prelude::*; //! use std::simd::prelude::*;
//! ``` //! ```