We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70cc3 commit e12ca9bCopy full SHA for e12ca9b
1 file changed
galileo/examples/lambert.rs
@@ -19,6 +19,7 @@ use galileo_types::geometry::Geom;
19
use galileo_types::geometry_type::CartesianSpace2d;
20
use parking_lot::{Mutex, RwLock};
21
22
+#[allow(dead_code)]
23
mod data;
24
25
#[cfg(not(target_arch = "wasm32"))]
0 commit comments