mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Use nightly clippy & rustfmt for more style checks (#487)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
use super::StarWars;
|
||||
use async_graphql::connection::{query, Connection, Edge, EmptyFields};
|
||||
use async_graphql::{Context, Enum, FieldResult, Interface, Object};
|
||||
use async_graphql::{
|
||||
connection::{query, Connection, Edge, EmptyFields},
|
||||
Context, Enum, FieldResult, Interface, Object,
|
||||
};
|
||||
|
||||
/// One of the films in the Star Wars Trilogy
|
||||
#[derive(Enum, Copy, Clone, Eq, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user