mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
Remove the unused dependency of style to plugins.
This commit is contained in:
parent
1b069de6b2
commit
6dec4580e6
3 changed files with 1 additions and 5 deletions
|
@ -23,9 +23,7 @@
|
|||
//! [cssparser]: ../cssparser/index.html
|
||||
//! [selectors]: ../selectors/index.html
|
||||
|
||||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
#![cfg_attr(feature = "servo", plugin(plugins))]
|
||||
|
||||
#![deny(warnings)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue