From 59c1d310eb362c1d011a5f12ee77e9d41857a64b Mon Sep 17 00:00:00 2001 From: QueenOfSquiggles <8940604+QueenOfSquiggles@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:53:16 -0600 Subject: [PATCH] Cleared clippy issue --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c4e7fca..b9d598f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![allow(dead_code)] // a lot of elements are considered unused because Godot grabs it over FFI. +#![allow(clippy::tabs_in_doc_comments)] // I literally can't be arsed to care about the tabs in my doc comments. //! # Squiggles Core //! *an opinionated code library for making 3D games with Godot 4* //!