This commit is contained in:
MedzikUser 2022-06-22 20:34:16 +02:00
parent cc2dde74cd
commit 7081367bae
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};
pub mod toml;