mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Remove unused feature gate.
This commit is contained in:
parent
72a0fb6838
commit
a29ae417cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue