There was an error while loading. Please reload this page.
1 parent caefa7f commit 569eb8eCopy full SHA for 569eb8e
1 file changed
derive/src/util.rs
@@ -467,7 +467,6 @@ where
467
UseTree::Path(path) => match &*path.tree {
468
UseTree::Name(name) => f(&name.ident, true)?,
469
UseTree::Rename(rename) => f(&rename.rename, true)?,
470
- UseTree::Path(_) => unreachable!(),
471
other => iter_use_tree_idents(other, &mut f)?,
472
},
473
0 commit comments