commit | 32954efc78fe334d96b2c8d7919dd2fc8b2fc2a0 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 22:43:16 2017 -0500 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Dec 26 22:53:32 2017 -0500 |
tree | 7407e4c492a2ceeb4bd29c0a45339711b9bc95ab | |
parent | 5a20f63f2f3920b4ad14d5a6caf57a8e35986602 [diff] [blame] |
Rename mod 'tokens' to 'token'
diff --git a/src/ident.rs b/src/ident.rs index 0c51209..7cdaf06 100644 --- a/src/ident.rs +++ b/src/ident.rs
@@ -109,7 +109,7 @@ } if s == "_" { - panic!("`_` is not a valid ident; use syn::tokens::Underscore"); + panic!("`_` is not a valid ident; use syn::token::Underscore"); } fn xid_ok(s: &str) -> bool {