From 2448dcf909f721d824a44fe47fd3918c86a695eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Sun, 18 Aug 2024 22:36:08 +0200 Subject: [PATCH] style: remove the attribute allowing non-snake-case names --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 95dffb9..b7109a5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ -#![allow(non_snake_case)] - mod components; mod errors; mod models;