This commit is contained in:
uHOOCCOOHu 2019-10-03 02:50:22 +08:00
parent 1067a1c5f6
commit b271cb18d5
No known key found for this signature in database
GPG key ID: CED392DE0C483D00
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
//! The condition expression used in `#[cfg(..)]` attributes.
//!
//! See: https://doc.rust-lang.org/reference/conditional-compilation.html#conditional-compilation
use std::slice::Iter as SliceIter;
use ra_syntax::SmolStr;

View file

@ -1,3 +1,5 @@
//! A higher level attributes based on TokenTree, with also some shortcuts.
use std::sync::Arc;
use mbe::ast_to_token_tree;