We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[allow(unused)]
1 parent f66afe4 commit 436a481Copy full SHA for 436a481
experiments/2024-12-09/src/geometry/tri_mesh.rs
@@ -31,6 +31,5 @@ impl TriMesh {
31
#[derive(Debug)]
32
pub struct MeshTriangle {
33
pub inner: Triangle<3>,
34
- #[allow(unused)] // code using this is being worked on
35
pub is_internal: bool,
36
}
0 commit comments