From ea7908669bbb553c6ac586f7c490b01226e76c82 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Tue, 16 Jan 2024 12:48:55 +0000 Subject: [PATCH] Fix clippy --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index e0b2182..38bf71f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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`]