Skip to content

Commit fe47a51

Browse files
stegaBOBdaxpedda
andcommitted
Update src/attr/item.rs
Co-authored-by: daxpedda <[email protected]>
1 parent 7061591 commit fe47a51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attr/item.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ impl DeriveWhere {
300300
/// bindings.
301301
#[derive(Eq, PartialEq)]
302302
pub struct GenericNoBound(Option<BoundLifetimes>, Type);
303+
303304
impl Parse for GenericNoBound {
304305
fn parse(input: ParseStream) -> Result<Self> {
305306
Ok(Self(input.parse()?, input.parse()?))

0 commit comments

Comments
 (0)