Allow upper case acronyms for now (#415)
* Allow upper case acronyms for now * Fmt
This commit is contained in:
parent
1cea46359f
commit
983a981a02
|
@ -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
|
//! # Vulkan API
|
||||||
//!
|
//!
|
||||||
//! <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/index.html>
|
//! <https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/index.html>
|
||||||
|
|
Loading…
Reference in a new issue