From e4bcda2fec22bc8a2095e436fdbc5d6d9d2be74f Mon Sep 17 00:00:00 2001 From: Aaron Loucks Date: Fri, 15 Mar 2019 19:00:51 -0400 Subject: [PATCH] Disable doc tests that load vulkan AppVeyor doesn't have the a driver installed. --- ash/src/entry.rs | 4 ++-- ash/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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};