This commit is contained in:
Aleksey Kladov 2020-08-13 10:32:19 +02:00
parent 68c2238725
commit 7d9480c6eb
6 changed files with 6 additions and 6 deletions

View file

@ -177,8 +177,8 @@ fn required_features(cfg_expr: &CfgExpr, features: &mut Vec<String>) {
mod tests {
use super::*;
use mbe::ast_to_token_tree;
use cfg::CfgExpr;
use mbe::ast_to_token_tree;
use syntax::{
ast::{self, AstNode},
SmolStr,