Skip to content

Commit 0488ff3

Browse files
committed
.
1 parent f1694e0 commit 0488ff3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sea-orm-macros/src/derives/model.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use darling::{ast, util, FromDeriveInput, FromField};
66
use heck::CamelCase;
77
use proc_macro2::TokenStream;
88
use quote::{format_ident, quote, quote_spanned};
9-
use syn;
109
use syn::Ident;
1110

1211
enum Error {
@@ -284,7 +283,6 @@ mod tests {
284283
match DeriveModel::new(input) {
285284
Ok(model) => {
286285
let output = DeriveModelTest::from(model);
287-
println!("{:#?}", output);
288286
assert_eq!(output, expected_output);
289287
}
290288
_ => assert!(false),

0 commit comments

Comments
 (0)