Skip to content

Commit

Permalink
sort our crate declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor committed Sep 2, 2024
1 parent 47f6bdd commit c72039c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![no_std]
#![warn(clippy::missing_inline_in_public_items)]
#![allow(unused_imports)]
#![allow(clippy::let_and_return)]
#![allow(clippy::result_unit_err)]
#![allow(unused_imports)]
#![warn(clippy::missing_inline_in_public_items)]

//! A crate for GBA development.
//!
Expand Down

0 comments on commit c72039c

Please sign in to comment.