mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Fix existing syntactics nits.
This commit is contained in:
parent
7f935f010b
commit
8bb853f643
93 changed files with 393 additions and 397 deletions
|
@ -32,14 +32,14 @@ pub trait PresentationalHintSynthesis {
|
|||
/// `common_style_affecting_attributes` or `rare_style_affecting_attributes` as appropriate. If
|
||||
/// you don't, you risk strange random nondeterministic failures due to false positives in
|
||||
/// style sharing.
|
||||
fn synthesize_presentational_hints_for_legacy_attributes<E,V>(
|
||||
fn synthesize_presentational_hints_for_legacy_attributes<E, V>(
|
||||
&self, element: &E, matching_rules_list: &mut V, shareable: &mut bool)
|
||||
where E: Element + TElementAttributes,
|
||||
V: VecLike<DeclarationBlock<Vec<PropertyDeclaration>>>;
|
||||
}
|
||||
|
||||
impl PresentationalHintSynthesis for Stylist {
|
||||
fn synthesize_presentational_hints_for_legacy_attributes<E,V>(
|
||||
fn synthesize_presentational_hints_for_legacy_attributes<E, V>(
|
||||
&self, element: &E, matching_rules_list: &mut V, shareable: &mut bool)
|
||||
where E: Element + TElementAttributes,
|
||||
V: VecLike<DeclarationBlock<Vec<PropertyDeclaration>>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue