mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Remove deprecated 'allow' lint
This commit is contained in:
1
build.rs
1
build.rs
@@ -1,4 +1,3 @@
|
|||||||
#![allow(unstable)]
|
|
||||||
#![feature(old_io,old_path,os)]
|
#![feature(old_io,old_path,os)]
|
||||||
extern crate gl_generator;
|
extern crate gl_generator;
|
||||||
extern crate khronos_api;
|
extern crate khronos_api;
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#![feature(unsafe_destructor,core,std_misc)]
|
#![feature(unsafe_destructor,core,std_misc)]
|
||||||
#![unstable]
|
#![unstable]
|
||||||
#![allow(unstable)]
|
|
||||||
|
|
||||||
//! The purpose of this library is to provide an OpenGL context on as many
|
//! The purpose of this library is to provide an OpenGL context on as many
|
||||||
//! platforms as possible.
|
//! platforms as possible.
|
||||||
|
|||||||
Reference in New Issue
Block a user