Skip to content

Commit

Permalink
Allow unused on Writable trait
Browse files Browse the repository at this point in the history
Or else it pops up every time we run the linter.
  • Loading branch information
hasenbanck committed Dec 16, 2024
1 parent 90fae2d commit cdb32d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions korangar/src/loaders/archive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub enum ArchiveType {
}

/// A common trait to all writable archives.
#[allow(unused)]
pub trait Writable {
fn create(&mut self) {}

Expand Down

0 comments on commit cdb32d2

Please sign in to comment.