mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Auto merge of #11668 - GuillaumeGomez:insert_adjacent, r=nox
Insert adjacent Fixes #11622. r? @nox <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11668) <!-- Reviewable:end -->
This commit is contained in:
commit
da5007ef1c
6 changed files with 65 additions and 124 deletions
|
@ -38,6 +38,7 @@ extern crate canvas;
|
|||
extern crate canvas_traits;
|
||||
extern crate caseless;
|
||||
extern crate core;
|
||||
#[macro_use]
|
||||
extern crate cssparser;
|
||||
extern crate devtools_traits;
|
||||
extern crate encoding;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue