mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Clean up some import grouping / ordering
This commit is contained in:
parent
a6aef7817b
commit
1966bd5aeb
@ -36,15 +36,15 @@ impl<DB: Database> QueryData<DB> {
|
||||
#[cfg(feature = "offline")]
|
||||
pub mod offline {
|
||||
use super::QueryData;
|
||||
use std::fs::File;
|
||||
use crate::database::DatabaseExt;
|
||||
|
||||
use std::fmt::{self, Formatter};
|
||||
use std::fs::File;
|
||||
use std::path::Path;
|
||||
|
||||
use crate::database::DatabaseExt;
|
||||
use proc_macro2::Span;
|
||||
use serde::de::{Deserializer, IgnoredAny, MapAccess, Visitor};
|
||||
use sqlx_core::describe::Describe;
|
||||
use std::path::Path;
|
||||
|
||||
#[derive(serde::Deserialize)]
|
||||
pub struct DynQueryData {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user