Fix codegen failure tests for the latest nightly Rust
This commit is contained in:
parent
9167654a73
commit
5b7706e839
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
use crate::util::{self, span_container::SpanContainer};
|
use crate::util::{self, span_container::SpanContainer};
|
||||||
use proc_macro2::{Ident, TokenStream};
|
use proc_macro2::{Ident, TokenStream};
|
||||||
use quote::quote;
|
use quote::quote;
|
||||||
use std::convert::From;
|
|
||||||
use syn::{spanned::Spanned, PatType};
|
use syn::{spanned::Spanned, PatType};
|
||||||
|
|
||||||
pub struct ImplBlock {
|
pub struct ImplBlock {
|
||||||
|
|
Loading…
Add table
Reference in a new issue