Skip to content

Commit

Permalink
Allow upper case acronyms for now (#415)
Browse files Browse the repository at this point in the history
* Allow upper case acronyms for now

* Fmt
  • Loading branch information
MaikKlein committed Mar 29, 2021
1 parent 19e7ba1 commit f26960c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ash/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit f26960c

Please sign in to comment.