Skip to content

Commit 436a481

Browse files
committed
Remove redundant #[allow(unused)]
1 parent f66afe4 commit 436a481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

experiments/2024-12-09/src/geometry/tri_mesh.rs

-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ impl TriMesh {
3131
#[derive(Debug)]
3232
pub struct MeshTriangle {
3333
pub inner: Triangle<3>,
34-
#[allow(unused)] // code using this is being worked on
3534
pub is_internal: bool,
3635
}

0 commit comments

Comments
 (0)