From 7081367baefc8624216709660b250a0456344d8e Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Wed, 22 Jun 2022 20:34:16 +0200 Subject: [PATCH] update --- .github/workflows/build.yml | 6 ------ src/config/mod.rs | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77ea506..3cf6191 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,9 +52,3 @@ jobs: with: command: clippy args: -- -D warnings --no-deps - - - name: rustfmt - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all --check diff --git a/src/config/mod.rs b/src/config/mod.rs index e1a36b8..2f4a95c 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -1,4 +1,4 @@ -use serde::{Serialize, Deserialize}; +use serde::{Deserialize, Serialize}; pub mod toml;