From 93c9718336e1e8539336b8981e1430943a10a49e Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 10 Dec 2024 16:18:26 -0800 Subject: [PATCH] Remove lexiclean --- src/analyzer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyzer.rs b/src/analyzer.rs index 55c12b882c..1087bdeec9 100644 --- a/src/analyzer.rs +++ b/src/analyzer.rs @@ -184,7 +184,7 @@ impl<'run, 'src> Analyzer<'run, 'src> { unstable_features.insert(UnstableFeature::ScriptInterpreterSetting); } - let source = root.lexiclean(); + let source = root.to_owned(); let root = paths.get(root).unwrap(); Ok(Justfile {