Remove NtPath
.
This commit is contained in:
parent
7ea59e053b
commit
50076cdeb9
15 changed files with 48 additions and 73 deletions
|
@ -344,6 +344,9 @@ pub(super) fn transcribe<'a>(
|
|||
TokenStream::from_ast(attr_item),
|
||||
)
|
||||
}
|
||||
MatchedSingle(ParseNtResult::Path(path)) => {
|
||||
mk_delimited(path.span, MetaVarKind::Path, TokenStream::from_ast(path))
|
||||
}
|
||||
MatchedSingle(ParseNtResult::Vis(vis)) => {
|
||||
mk_delimited(vis.span, MetaVarKind::Vis, TokenStream::from_ast(vis))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue