From 229eb3a9e9967a91e06f38c08d78ae10d7776260 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Sun, 26 Dec 2021 01:18:50 +0100 Subject: [PATCH] Remove unnecessary clippy allow --- src/to_artifact.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/to_artifact.rs b/src/to_artifact.rs index e45cda9..e158f07 100644 --- a/src/to_artifact.rs +++ b/src/to_artifact.rs @@ -17,8 +17,6 @@ macro_rules! to_artifact { for_each_tuple!(to_artifact); impl ToArtifact for Option { - // FIXME: https://github.com/rust-lang/rust-clippy/issues/2843 - #![allow(clippy::use_self)] type Artifact = Option; }