Doc now ignored for doctest

This commit is contained in:
Tomaka17
2014-08-07 09:33:28 +02:00
parent 2fdcc1840b
commit d2bd19bc21

View File

@@ -122,7 +122,7 @@ impl WindowBuilder {
/// ///
/// # Example /// # Example
/// ///
/// ``` /// ```ignore
/// let window = Window::new().unwrap(); /// let window = Window::new().unwrap();
/// ///
/// unsafe { window.make_current() }; /// unsafe { window.make_current() };