diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa4217..fdb63c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: toolchain: stable override: true profile: minimal + components: rustfmt, clippy - name: Check formatting run: cargo fmt -- --check diff --git a/libmarlin/src/utils.rs b/libmarlin/src/utils.rs index cda36ab..30a2f08 100644 --- a/libmarlin/src/utils.rs +++ b/libmarlin/src/utils.rs @@ -77,4 +77,3 @@ pub fn to_db_path>(p: P) -> String { s.into_owned() } } -