summaryrefslogtreecommitdiffstats
path: root/.clippy.toml
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2021-02-27 17:49:22 +0100
committerStephan Dilly <dilly.stephan@gmail.com>2021-02-27 17:49:22 +0100
commit4b107be7befdd02bd04add78f857f0a5c70b3f10 (patch)
tree3451524f30c2b18dcf73d072005414382c7093fd /.clippy.toml
parent754e88087c355da6e43211cafeda7b41dadc91f5 (diff)
make use of clippy config
Diffstat (limited to '.clippy.toml')
-rw-r--r--.clippy.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clippy.toml b/.clippy.toml
new file mode 100644
index 00000000..940e1282
--- /dev/null
+++ b/.clippy.toml
@@ -0,0 +1,2 @@
+msrv = "1.50.0"
+cognitive-complexity-threshold = 18 \ No newline at end of file