diff options
Diffstat (limited to 'tests/with_lifetimes.rs')
| -rw-r--r-- | tests/with_lifetimes.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
