From 418f514fc46f45ae2901753e3398adb33664bed9 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 2 Apr 2023 21:38:17 +0200 Subject: I, for one, welcome our new clippy overlords --- tests/with_lifetimes.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/with_lifetimes.rs') diff --git a/tests/with_lifetimes.rs b/tests/with_lifetimes.rs index 2e87878..697fc74 100644 --- a/tests/with_lifetimes.rs +++ b/tests/with_lifetimes.rs @@ -1,3 +1,5 @@ +#![deny(clippy::pedantic)] +#![deny(clippy::all)] //! Test for the case that the Functor the Free Monad is based on has lifetime parameters that do not depend on the //! lifetime of the mapping function in the Functor implementation. -- cgit v1.2.3