summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-29 10:44:59 +0100
committerGitHub <noreply@github.com>2021-12-29 10:44:59 +0100
commitb21800d4720d424d74a5f0168a89e3009d4cac1b (patch)
tree79656966cbd8f9acc21d695d47c530b85fc8b2a9
parent337771048996e55c848a7ebb15ebd3e7833d4d34 (diff)
parente7a8e46b2ceb79a518f6e8751fe5f7a03197e382 (diff)
Merge pull request #259 from danieleades/chore/clippy-config
add clippy msrv config
-rw-r--r--.clippy.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clippy.toml b/.clippy.toml
new file mode 100644
index 0000000..eb66960
--- /dev/null
+++ b/.clippy.toml
@@ -0,0 +1 @@
+msrv = "1.46"