commit | a115eba04fa0dfedae149cc0f17c9d83fed679ca | [log] [tgz] |
---|---|---|
author | Arnavion <arnavion@gmail.com> | Wed Apr 19 03:05:52 2017 -0700 |
committer | Arnavion <arnavion@gmail.com> | Wed Apr 19 03:05:52 2017 -0700 |
tree | 65b327bccc40112d91e6bcb34fdedca95e863ce3 | |
parent | 0b302a3a65ba988aedef6e9e09e3b23a6cd77b2e [diff] |
fixup! Fix old rust again.
diff --git a/src/attr.rs b/src/attr.rs index c98a969..0edace9 100644 --- a/src/attr.rs +++ b/src/attr.rs
@@ -307,6 +307,7 @@ use lit::{Lit, StrStyle}; use mac::{Token, TokenTree}; use quote::{Tokens, ToTokens}; + use ty::Path; impl ToTokens for Attribute { fn to_tokens(&self, tokens: &mut Tokens) {