Fix codegen failure tests for the latest nightly Rust

This commit is contained in:
tyranron 2020-06-10 11:36:36 +03:00
parent 9167654a73
commit 5b7706e839
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -4,7 +4,6 @@
use crate::util::{self, span_container::SpanContainer};
use proc_macro2::{Ident, TokenStream};
use quote::quote;
use std::convert::From;
use syn::{spanned::Spanned, PatType};
pub struct ImplBlock {