From f0f65f5c9672390eb0047b0faa411e53898e9c71 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 13 Nov 2024 19:23:35 -0700 Subject: =?UTF-8?q?i=E2=80=99m=20the=20CEO=20of=20being=20silly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/makefile/input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile/input.rs b/src/makefile/input.rs index 865b68b..dd772cb 100644 --- a/src/makefile/input.rs +++ b/src/makefile/input.rs @@ -59,7 +59,7 @@ impl LineType { } let colon_idx = line_tokens.find(":"); #[cfg(not(feature = "full"))] - let equals_idx = line_tokens.find('='); + let equals_idx = line_tokens.find("="); #[cfg(feature = "full")] let equals_idx = ["=", ":=", "::=", "?=", "+="] .iter() -- cgit v1.2.3