mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Expand wildcard import
This commit is contained in:
parent
ce86fcecf3
commit
f1f86306dc
@ -253,7 +253,9 @@ mod parsing {
|
||||
use quote::quote;
|
||||
use std::collections::{BTreeMap, BTreeSet};
|
||||
use syn::parse::{ParseStream, Result};
|
||||
use syn::*;
|
||||
use syn::{
|
||||
braced, bracketed, parenthesized, parse_quote, token, Attribute, Ident, LitStr, Path, Token,
|
||||
};
|
||||
use syn_codegen as types;
|
||||
|
||||
fn peek_tag(input: ParseStream, tag: &str) -> bool {
|
||||
|
Loading…
Reference in New Issue
Block a user