From ba0be744b88f5522db22a3689d1d4b542a067639 Mon Sep 17 00:00:00 2001 From: Christian Westrom Date: Sun, 27 Nov 2022 21:36:39 -0500 Subject: [PATCH] do not turn on all restriction lints --- Makefile.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index da62a4f..36d8f7a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -15,7 +15,6 @@ cargo clippy -- \ -D clippy::all \ -D clippy::pedantic \ -D clippy::nursery \ - -D clippy::restriction \ -D clippy::cargo \ -A clippy::arithmetic_side_effects \ -A clippy::integer_arithmetic \