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 81da7e58d8
commit c8f62bbe98

View File

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