Clean up some import grouping / ordering

This commit is contained in:
Jonas Platte 2020-12-29 19:46:10 +01:00 committed by Ryan Leckey
parent a6aef7817b
commit 1966bd5aeb
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -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 {