mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 11:46:42 +01:00
This commit is contained in:
parent
e3bfae8897
commit
2a6087e1c7
2 changed files with 30 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#![feature(str_as_str)]
|
||||
|
||||
#![feature(box_patterns)]
|
||||
extern crate proc_macro;
|
||||
|
||||
pub(crate) use std::collections::{BTreeMap, BTreeSet};
|
||||
|
|
@ -14,7 +14,8 @@ pub(crate) use syn::{
|
|||
parse, parse_macro_input, parse_quote as pq,
|
||||
braced, bracketed, parenthesized, Token,
|
||||
Arm, Expr, Attribute, Meta, MetaList, Path, PathSegment, PathArguments,
|
||||
ImplItem, ImplItemFn, LitStr, Type, ItemImpl, ReturnType, Signature, FnArg, PatType,
|
||||
ImplItem, ImplItemFn, LitStr, Type, ItemImpl, ReturnType, Signature, FnArg,
|
||||
Pat, PatType, PatIdent,
|
||||
parse::{Parse, ParseStream, Result},
|
||||
token::{PathSep, Brace},
|
||||
punctuated::Punctuated,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue