mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-10 22:10:36 +00:00
Clean up some import grouping / ordering
This commit is contained in:
committed by
Ryan Leckey
parent
043bbd5a84
commit
ce56f191ec
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user