mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
cargo fix --edition --features gecko
This commit is contained in:
parent
a15d33a10e
commit
b1822a39fa
87 changed files with 614 additions and 585 deletions
|
@ -239,7 +239,7 @@ pub trait ToCssWithGuard {
|
|||
#[cfg(feature = "gecko")]
|
||||
pub struct DeepCloneParams {
|
||||
/// The new sheet we're cloning rules into.
|
||||
pub reference_sheet: *const ::gecko_bindings::structs::StyleSheet,
|
||||
pub reference_sheet: *const crate::gecko_bindings::structs::StyleSheet,
|
||||
}
|
||||
|
||||
/// Parameters needed for deep clones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue