mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: fix tidy issues and update test expectations.
This commit is contained in:
parent
912d65a392
commit
f287691f2e
7 changed files with 3 additions and 56 deletions
|
@ -276,7 +276,7 @@ impl ToComputedValue for SpecifiedImageUrl {
|
|||
fn serialize_computed_url<W>(
|
||||
url_value_data: &URLValueData,
|
||||
dest: &mut CssWriter<W>,
|
||||
get_url: unsafe extern "C" fn(*const URLValueData, *mut nsCString) -> (),
|
||||
get_url: unsafe extern "C" fn(*const URLValueData, *mut nsCString),
|
||||
) -> fmt::Result
|
||||
where
|
||||
W: Write,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue