Remove obsolete attributes.

This commit is contained in:
Ms2ger 2015-01-03 10:06:17 +01:00
parent a31acffb04
commit fbf257f878
15 changed files with 0 additions and 41 deletions

View file

@ -4,7 +4,6 @@
//! A simple application that uses GLFW to open a window for Servo to display in.
#![license = "MPL"]
#![feature(macro_rules)]
#![deny(unused_imports, unused_variables)]

View file

@ -4,7 +4,6 @@
//! A simple application that uses GLFW to open a window for Servo to display in.
#![license = "MPL"]
#![feature(macro_rules)]
#![deny(unused_imports, unused_variables)]

View file

@ -2,9 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
#![feature(globs, macro_rules, phase, thread_local)]
#![deny(unused_imports)]

View file

@ -2,9 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
#![deny(unused_imports)]
#![deny(unused_variables)]