mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Switch from webidl to weedle in script_plugins
This removes the dependency on lalrpop and should speed up compilation quite a bit.
This commit is contained in:
parent
965f57e3f8
commit
13c632e739
4 changed files with 29 additions and 149 deletions
|
@ -25,7 +25,7 @@ extern crate rustc;
|
|||
extern crate rustc_plugin;
|
||||
extern crate syntax;
|
||||
|
||||
extern crate webidl;
|
||||
extern crate weedle;
|
||||
|
||||
use rustc_plugin::Registry;
|
||||
use syntax::feature_gate::AttributeType::Whitelisted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue