Skip to content

Commit

Permalink
Auto merge of #5689 - Ms2ger:warnings, r=larsbergstrom
Browse files Browse the repository at this point in the history
  • Loading branch information
bors-servo committed Apr 14, 2015
2 parents 72a0fb6 + a29ae41 commit e597fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/servo/lib.rs
Expand Up @@ -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;
Expand Down

0 comments on commit e597fd0

Please sign in to comment.