diff --git a/ash/src/entry.rs b/ash/src/entry.rs index 4f043ba..f000764 100644 --- a/ash/src/entry.rs +++ b/ash/src/entry.rs @@ -194,7 +194,7 @@ pub trait EntryV1_1: EntryV1_0 { } impl EntryCustom> { - /// ```rust + /// ```rust,no_run /// # #[macro_use] /// # extern crate ash; /// use ash::{vk, Entry, version::EntryV1_0}; @@ -253,7 +253,7 @@ impl EntryCustom { } #[doc = ""] - /// ```rust + /// ```rust,no_run /// # #[macro_use] /// # extern crate ash; /// # use ash::Entry; diff --git a/ash/src/lib.rs b/ash/src/lib.rs index 03b0801..d6e5fc2 100644 --- a/ash/src/lib.rs +++ b/ash/src/lib.rs @@ -4,7 +4,7 @@ //! //! ## Examples //! -//! ```rust +//! ```rust,no_run //! # #[macro_use] //! # extern crate ash; //! use ash::{vk, Entry, version::EntryV1_0};