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
|
@ -4,9 +4,9 @@
|
|||
|
||||
//! Various stuff for CSS property use counters.
|
||||
|
||||
use crate::properties::{NonCustomPropertyId, NON_CUSTOM_PROPERTY_ID_COUNT};
|
||||
#[cfg(feature = "gecko")]
|
||||
use gecko_bindings::sugar::ownership::{HasBoxFFI, HasFFI, HasSimpleFFI};
|
||||
use crate::gecko_bindings::sugar::ownership::{HasBoxFFI, HasFFI, HasSimpleFFI};
|
||||
use crate::properties::{NonCustomPropertyId, NON_CUSTOM_PROPERTY_ID_COUNT};
|
||||
use std::cell::Cell;
|
||||
|
||||
#[cfg(target_pointer_width = "64")]
|
||||
|
@ -78,7 +78,7 @@ impl UseCounters {
|
|||
|
||||
#[cfg(feature = "gecko")]
|
||||
unsafe impl HasFFI for UseCounters {
|
||||
type FFIType = ::gecko_bindings::structs::StyleUseCounters;
|
||||
type FFIType = crate::gecko_bindings::structs::StyleUseCounters;
|
||||
}
|
||||
|
||||
#[cfg(feature = "gecko")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue