Skip to content

Commit

Permalink
chore: let linter ignore unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Oct 6, 2024
1 parent fca3b8c commit 958d7f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

pub mod bounding_box;
pub mod manifold;
pub mod mesh_gl;
Expand Down

0 comments on commit 958d7f4

Please sign in to comment.