mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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>
|
impl<ReferenceBox, ImageOrUrl> ShapeSource<BasicShape, ReferenceBox, ImageOrUrl>
|
||||||
where
|
where
|
||||||
ReferenceBox: Parse,
|
ReferenceBox: Parse,
|
||||||
ImageOrUrl: Parse,
|
|
||||||
{
|
{
|
||||||
/// The internal parser for ShapeSource.
|
/// The internal parser for ShapeSource.
|
||||||
fn parse_common<'i, 't>(
|
fn parse_common<'i, 't>(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue