Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514

Remove an unnecessary allowed lint

It is outdated.
This commit is contained in:
Dylan DPC 2020-09-07 01:17:48 +02:00 committed by GitHub
commit 7ad2b3ab29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ impl<T> [T] {
#[rustc_const_stable(feature = "const_slice_len", since = "1.32.0")]
#[inline]
// SAFETY: const sound because we transmute out the length field as a usize (which it must be)
#[allow(unused_attributes)]
#[allow_internal_unstable(const_fn_union)]
pub const fn len(&self) -> usize {
// SAFETY: this is safe because `&[T]` and `FatPtr<T>` have the same layout.

View File

@ -9,7 +9,6 @@
#![stable(feature = "raw_os", since = "1.1.0")]
#[cfg(test)]
#[allow(unused_imports)]
mod tests;
#[doc(include = "char.md")]

View File

@ -1,5 +1,4 @@
use crate::any::TypeId;
use crate::mem;
macro_rules! ok {
($($t:ident)*) => {$(