Skip to content

Commit 41fb6bf

Browse files
committed
Merge pull request #27 from frewsxcv/rfc-1214
Fix nightly warnings related to lifetimes
2 parents 9704865 + fc5cf8c commit 41fb6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[cfg(feature="texture_surface")]
22
use layers::platform::surface::NativeDisplay;
33

4-
pub trait NativeGLContextMethods {
4+
pub trait NativeGLContextMethods: Sized {
55
fn get_proc_address(&str) -> *const ();
66

77
fn create_headless() -> Result<Self, &'static str>;

0 commit comments

Comments
 (0)