Allow upper case acronyms for now (#415)

* Allow upper case acronyms for now

* Fmt
This commit is contained in:
Maik Klein 2021-03-26 16:44:31 +01:00 committed by GitHub
parent 1cea46359f
commit 983a981a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
#![allow(clippy::too_many_arguments, clippy::missing_safety_doc)]
#![allow(
clippy::too_many_arguments,
clippy::missing_safety_doc,
clippy::upper_case_acronyms
)]
//! # Vulkan API
//!
//! <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/index.html>