mirror of
https://github.com/servo/servo.git
synced 2025-08-29 00:58:20 +01:00
Fix some new warnings
This commit is contained in:
parent
112f1ddeba
commit
1d38bc0419
65 changed files with 179 additions and 175 deletions
|
@ -352,7 +352,7 @@ impl CssRule {
|
|||
parent_stylesheet_contents: &StylesheetContents,
|
||||
shared_lock: &SharedRwLock,
|
||||
state: State,
|
||||
loader: Option<&StylesheetLoader>,
|
||||
loader: Option<&dyn StylesheetLoader>,
|
||||
) -> Result<Self, RulesMutateError> {
|
||||
let url_data = parent_stylesheet_contents.url_data.read();
|
||||
let context = ParserContext::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue