Skip to content

Commit e12ca9b

Browse files
committed
chore: Allow unused code in common example library
1 parent cc70cc3 commit e12ca9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

galileo/examples/lambert.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ use galileo_types::geometry::Geom;
1919
use galileo_types::geometry_type::CartesianSpace2d;
2020
use parking_lot::{Mutex, RwLock};
2121

22+
#[allow(dead_code)]
2223
mod data;
2324

2425
#[cfg(not(target_arch = "wasm32"))]

0 commit comments

Comments
 (0)