aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60ce0aa..3333ebc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -122,7 +122,7 @@ impl WindowBuilder {
///
/// # Example
///
-/// ```
+/// ```ignore
/// let window = Window::new().unwrap();
///
/// unsafe { window.make_current() };