From 692e14ec82ef50d3bc4fd81697f3f49bf1c4919e Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 1 Mar 2025 13:27:07 -0800 Subject: [PATCH] Fix some silly clipply --- src/wutil/wcstod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wutil/wcstod.rs b/src/wutil/wcstod.rs index 2ce71026f..b53134ae4 100644 --- a/src/wutil/wcstod.rs +++ b/src/wutil/wcstod.rs @@ -237,7 +237,7 @@ pub fn wcstod_underscores(s: Chars, consumed: &mut usize) -> Result