Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit acc8a25

Browse files
committed
Clippy: Allow upper case acronyms
1 parent 7c41b9a commit acc8a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
//! Descriptive comments in the source files are taken from the
4343
//! [ARM Architecture Reference Manual ARMv8, for ARMv8-A architecture profile](https://static.docs.arm.com/ddi0487/ca/DDI0487C_a_armv8_arm.pdf?_ga=2.266626254.1122218691.1534883460-1326731866.1530967873).
4444
45+
#![allow(clippy::clippy::upper_case_acronyms)]
4546
#![feature(core_intrinsics)]
4647
#![feature(custom_inner_attributes)]
4748
#![feature(asm)]

0 commit comments

Comments
 (0)