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 043bbd5a84
commit ce56f191ec

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 {