summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/group_imports/StdExternalCrate.rs
blob: 080257968982f7d410fda96f9e8bf0665a0e2ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// rustfmt-group_imports: StdExternalCrate
use alloc::alloc::Layout;
use core::f32;
use std::sync::Arc;

use broker::database::PooledConnection;
use chrono::Utc;
use juniper::{FieldError, FieldResult};
use uuid::Uuid;

use super::schema::{Context, Payload};
use super::update::convert_publish_payload;
use crate::models::Event;