mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Use our copy of RefCell for style data.
This allows removing `#![feature(as_unsafe_cell)]` in geckolib and make progress towards #11815.
This commit is contained in:
parent
0fb5d634a0
commit
f7f81e0ed0
12 changed files with 481 additions and 11 deletions
|
@ -63,6 +63,7 @@ pub mod matching;
|
|||
pub mod media_queries;
|
||||
pub mod parallel;
|
||||
pub mod parser;
|
||||
pub mod refcell;
|
||||
pub mod restyle_hints;
|
||||
pub mod selector_impl;
|
||||
pub mod selector_matching;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue