Update to latest Rust nightly

This commit is contained in:
Austin Bonander 2015-01-08 03:20:11 -08:00
parent 25b261975c
commit 8d9133d331
5 changed files with 41 additions and 37 deletions

View file

@ -1,8 +1,5 @@
#![feature(unsafe_destructor)]
#![feature(globs)]
#![feature(phase)]
#![unstable]
#![feature(associated_types)]
//! The purpose of this library is to provide an OpenGL context on as many
//! platforms as possible.