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;