We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9563a8 commit 86d9a53Copy full SHA for 86d9a53
src/attr/item.rs
@@ -300,6 +300,7 @@ impl DeriveWhere {
300
/// bindings.
301
#[derive(Eq, PartialEq)]
302
pub struct GenericNoBound(Option<BoundLifetimes>, Type);
303
+
304
impl Parse for GenericNoBound {
305
fn parse(input: ParseStream) -> Result<Self> {
306
Ok(Self(input.parse()?, input.parse()?))
0 commit comments