Remove unused feature gate.

This commit is contained in:
Ms2ger 2015-04-14 19:10:58 +02:00
parent 72a0fb6838
commit a29ae417cd

View file

@ -16,7 +16,7 @@
//
// The `Browser` is fed events from a generic type that implements the
// `WindowMethods` trait.
#![feature(libc, rustc_private, thread_local)]
#![feature(libc, thread_local)]
#![cfg_attr(not(test), feature(path))]
extern crate compositing;