From 4b107be7befdd02bd04add78f857f0a5c70b3f10 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 27 Feb 2021 17:49:22 +0100 Subject: make use of clippy config --- .clippy.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .clippy.toml (limited to '.clippy.toml') 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 -- cgit v1.2.3