mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Remove a useless type bound.
This commit is contained in:
parent
da5283d066
commit
8aeaa3fc02
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ impl Parse for FloatAreaShape {
|
|||
impl<ReferenceBox, ImageOrUrl> ShapeSource<BasicShape, ReferenceBox, ImageOrUrl>
|
||||
where
|
||||
ReferenceBox: Parse,
|
||||
ImageOrUrl: Parse,
|
||||
{
|
||||
/// The internal parser for ShapeSource.
|
||||
fn parse_common<'i, 't>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue