style: remove the attribute allowing non-snake-case names

This commit is contained in:
Matouš Volf 2024-08-18 22:36:08 +02:00
parent a75252b4d5
commit 2448dcf909

View File

@ -1,5 +1,3 @@
#![allow(non_snake_case)]
mod components;
mod errors;
mod models;