mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-14 08:20:25 +00:00
Fixed formatting issue
This commit is contained in:
committed by
Austin Bonander
parent
14191da283
commit
1c725df406
@@ -10,7 +10,7 @@ pub(crate) use r#type::expand_derive_type;
|
||||
pub(crate) use row::expand_derive_from_row;
|
||||
|
||||
use self::attributes::RenameAll;
|
||||
use heck::{ShoutySnakeCase, SnakeCase, KebabCase};
|
||||
use heck::{KebabCase, ShoutySnakeCase, SnakeCase};
|
||||
use std::iter::FromIterator;
|
||||
use syn::DeriveInput;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user