diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74b23f50..cc2abc12 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,4 +27,4 @@ jobs: run: | cargo fmt -- --check cargo clippy - if: matrix.rust_version == "stable" \ No newline at end of file + if: matrix.rust_version == 'stable' \ No newline at end of file