summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/group_imports/One.rs
blob: 3094c7ae11572e2d4df0a5a3004496d79bfb8093 (plain)
1
2
3
4
5
6
7
8
9
10
11
// rustfmt-group_imports: One
use super::schema::{Context, Payload};
use super::update::convert_publish_payload;
use crate::models::Event;
use alloc::alloc::Layout;
use broker::database::PooledConnection;
use chrono::Utc;
use core::f32;
use juniper::{FieldError, FieldResult};
use std::sync::Arc;
use uuid::Uuid;