mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
style: Port the style crate to rust 2018.
Differential Revision: https://phabricator.services.mozilla.com/D80101
This commit is contained in:
parent
9b980e2f49
commit
8f215a8444
9 changed files with 18 additions and 14 deletions
|
@ -816,7 +816,7 @@ pub trait TElement:
|
|||
Self: 'a,
|
||||
F: FnMut(&'a CascadeData, Self),
|
||||
{
|
||||
use rule_collector::containing_shadow_ignoring_svg_use;
|
||||
use crate::rule_collector::containing_shadow_ignoring_svg_use;
|
||||
|
||||
let target = self.rule_hash_target();
|
||||
if !target.matches_user_and_author_rules() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue