Merge from rustc

This commit is contained in:
The Miri Cronjob Bot 2024-07-06 05:20:36 +00:00
commit fe46edaea0

View file

@ -241,11 +241,3 @@ impl Parse for QueryGroup {
Ok(QueryGroup { group_path })
}
}
struct Nothing;
impl Parse for Nothing {
fn parse(_input: ParseStream<'_>) -> syn::Result<Self> {
Ok(Nothing)
}
}