Skip to content

Commit 5b7706e

Browse files
committed
Fix codegen failure tests for the latest nightly Rust
1 parent 9167654 commit 5b7706e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

juniper_codegen/src/util/parse_impl.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
use crate::util::{self, span_container::SpanContainer};
55
use proc_macro2::{Ident, TokenStream};
66
use quote::quote;
7-
use std::convert::From;
87
use syn::{spanned::Spanned, PatType};
98

109
pub struct ImplBlock {

0 commit comments

Comments
 (0)