Skip to content

Commit

Permalink
Cleared clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Jan 13, 2024
1 parent a45c969 commit 59c1d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -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*
//!
Expand Down

0 comments on commit 59c1d31

Please sign in to comment.