diff --git a/src/lib.rs b/src/lib.rs index 7fbb0ffa..e238b15e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -234,7 +234,6 @@ impl Window { /// Sets the context as the current context. #[inline] - #[experimental] pub unsafe fn make_current(&self) { self.window.make_current() }