From: Daniela Brozzoni Date: Thu, 2 Mar 2023 18:38:45 +0000 (+0100) Subject: Add clippy.toml X-Git-Tag: v1.0.0-alpha.0~6^2~24 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=96d932c8305bb6502529918ac6d94b0264458358;p=bdk Add clippy.toml Explicitly sets the project MSRV so that clippy won't give warnings for feature added after our MSRV --- diff --git a/clippy.toml b/clippy.toml new file mode 100644 index 00000000..3f726dbd --- /dev/null +++ b/clippy.toml @@ -0,0 +1 @@ +msrv="1.57.0"