diff --git a/.clippy.toml b/.clippy.toml deleted file mode 100644 index eb66960..0000000 --- a/.clippy.toml +++ /dev/null @@ -1 +0,0 @@ -msrv = "1.46" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32b87d7..5f1ee7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: # When updating this, the reminder to update the minimum supported - # Rust version in Cargo.toml and .clippy.toml. + # Rust version in Cargo.toml. rust: ['1.46'] steps: - uses: actions/checkout@v3