summaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 17:44:30 -0800
committerIvan Lozano <ivanlozano@google.com>2021-02-19 09:32:47 -0500
commit48e23c5fa2e1a0719ff36bf8150ea1b723576bfa (patch)
tree3b108f0fc8966ce237c53fd1c18facdfe745fea1 /src/utils.rs
parent12f47a078909b9c46f5b3e1c94ab5d3c4f63b129 (diff)
downloadpin-project-internal-48e23c5fa2e1a0719ff36bf8150ea1b723576bfa.tar.gz
Upgrade rust/crates/pin-project-internal to 1.0.5
Test: make Change-Id: I5eaac496bb8f1e3c90cbc2a12b9c4915e6744549
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index fe1bf35..37f35ba 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -1,6 +1,7 @@
+use std::{iter::FromIterator, mem};
+
use proc_macro2::{Group, Spacing, Span, TokenStream, TokenTree};
use quote::{quote, quote_spanned, ToTokens};
-use std::{iter::FromIterator, mem};
use syn::{
parse::{Parse, ParseBuffer, ParseStream},
parse_quote,