Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MJohnson459 committed Jan 16, 2024
1 parent fb24cd9 commit ea79086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ impl Mesh {
// The above should always return a path, or find no path exists.
// In this case, the mesh is faulty in some way.
// TODO: Validate mesh so this can't happen.
return None;
None
}

/// The delta set by [`Mesh::set_delta`]
Expand Down

0 comments on commit ea79086

Please sign in to comment.