Skip to content

Commit

Permalink
Remove lexiclean
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 11, 2024
1 parent e21a230 commit 93c9718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 93c9718

Please sign in to comment.