commit | b6a0e7d284e40f6e4c5c3e3c39a16b9fe2bd3754 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun May 20 22:06:47 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun May 20 22:06:47 2018 -0700 |
tree | 2f9c32aed9e8e49d5930d67accf8929383f06295 | |
parent | 87003d0365dc06eb3b9aab53440cc51b03ec1876 [diff] [blame] |
Fix reference to Tokens in comment
diff --git a/src/expr.rs b/src/expr.rs index a0078b6..e5d8d83 100644 --- a/src/expr.rs +++ b/src/expr.rs
@@ -2825,7 +2825,7 @@ use quote::{ToTokens, TokenStreamExt}; // If the given expression is a bare `ExprStruct`, wraps it in parenthesis - // before appending it to `Tokens`. + // before appending it to `TokenStream`. #[cfg(feature = "full")] fn wrap_bare_struct(tokens: &mut TokenStream, e: &Expr) { if let Expr::Struct(_) = *e {