From 8faeef4fef97fd15358ea53595278a996e0b0d3e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 24 Jul 2020 21:15:24 +0200 Subject: [PATCH] identifiers: Remove outdated allow attribute --- ruma-identifiers/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruma-identifiers/src/lib.rs b/ruma-identifiers/src/lib.rs index 788f8bd6..9ec58a63 100644 --- a/ruma-identifiers/src/lib.rs +++ b/ruma-identifiers/src/lib.rs @@ -7,8 +7,6 @@ missing_debug_implementations, missing_docs )] -// Since we support Rust 1.36.0, we can't apply this suggestion yet -#![allow(clippy::use_self)] #![cfg_attr(docsrs, feature(doc_cfg))] use std::{convert::TryFrom, num::NonZeroU8};