about summary refs log tree commit diff
path: root/src/libsyntax/parse/classify.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-02-07 01:41:14 +0000
committerbors <bors@rust-lang.org>2019-02-07 01:41:14 +0000
commit1efdda10cdde386ea3e470ba2b482fdc73c12001 (patch)
tree5e6afa3b847faec789606ee039d1b2523c7ac357 /src/libsyntax/parse/classify.rs
parentff9158c1f8c5aee77b9b3b399c4adabeb3d0716c (diff)
parent7bb082d27fe472f52b103de0ae9fc6fa7e6546cc (diff)
downloadrust-1efdda10cdde386ea3e470ba2b482fdc73c12001.tar.gz
rust-1efdda10cdde386ea3e470ba2b482fdc73c12001.zip
Auto merge of #58125 - taiki-e:libsyntax-2018, r=Centril
libsyntax => 2018

Transitions `libsyntax` to Rust 2018; cc #58099

r? @Centril
Diffstat (limited to 'src/libsyntax/parse/classify.rs')
-rw-r--r--src/libsyntax/parse/classify.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/classify.rs b/src/libsyntax/parse/classify.rs
index a1cdfd9146a..b4103440e35 100644
--- a/src/libsyntax/parse/classify.rs
+++ b/src/libsyntax/parse/classify.rs
@@ -2,7 +2,7 @@
 
 // Predicates on exprs and stmts that the pretty-printer and parser use
 
-use ast;
+use crate::ast;
 
 /// Does this expression require a semicolon to be treated
 /// as a statement? The negation of this: 'can this expression