From edf85edfc5a67b966203a76eec2df890f41df2bd Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 25 Jan 2022 20:51:06 -0500 Subject: [PATCH] We do not need to disable non_snake_case warnings anymore --- web/src/web.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/web.rs b/web/src/web.rs index d6383e0..1957b40 100644 --- a/web/src/web.rs +++ b/web/src/web.rs @@ -11,8 +11,6 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. -#![allow(non_snake_case)] - use crate::console_log; use reqwasm::http; use sycamore::context::{use_context, ContextProvider, ContextProviderProps};