Skip to content

Commit

Permalink
Merge pull request #89 from Machtan/master
Browse files Browse the repository at this point in the history
Update the TokenTree import
  • Loading branch information
sfackler committed Jul 8, 2016
2 parents b4ec398 + f404629 commit ce387c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phf_macros/src/lib.rs
Expand Up @@ -42,7 +42,8 @@ extern crate phf_generator;

use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};
use syntax::ast::{self, Expr, ExprKind, Mutability, TokenTree, TyKind};
use syntax::ast::{self, Expr, ExprKind, Mutability, TyKind};
use syntax::tokenstream::TokenTree;
use syntax::codemap::Span;
use syntax::ext::base::{DummyResult, ExtCtxt, MacResult};
use syntax::ext::build::AstBuilder;
Expand Down

0 comments on commit ce387c3

Please sign in to comment.