Skip to content

Commit

Permalink
Fix util::SpannedValue on 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Jan 29, 2019
1 parent 2f7b981 commit e29dd30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/util/spanned_value.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use proc_macro2::Span;
use std::ops::{Deref, DerefMut};
use syn;
use syn::spanned::Spanned;
use {
FromDeriveInput, FromField, FromGenericParam, FromGenerics, FromMeta, FromTypeParam,
Expand Down

0 comments on commit e29dd30

Please sign in to comment.