Skip to content

Commit

Permalink
allow deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij committed Feb 7, 2025
1 parent c747733 commit b999163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
#[allow(dead_code)]
mod helpers;

#[allow(dead_code)]
mod subsystem;

0 comments on commit b999163

Please sign in to comment.