arch: aarch64: drop unnecessary static lifetime

This also has the side effect for making access_redists_aux function
strictly more useful.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-01-18 15:27:18 +00:00
committed by Bo Chen
parent 99bcebad74
commit 714b529bb2
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
//! Implements platform specific functionality.
//! Supported platforms: x86_64, aarch64.
#![allow(clippy::transmute_ptr_to_ptr, clippy::redundant_static_lifetimes)]
#![allow(clippy::transmute_ptr_to_ptr)]
#[macro_use]
extern crate log;