Remove coercion of path to lowercase

This commit is contained in:
PhantomShift 2024-04-06 20:01:53 -04:00 committed by Filip Tibell
parent a65ef2ae1b
commit f052c0a306

View file

@ -19,7 +19,6 @@ where
'lua: 'ctx,
{
let alias = alias.to_ascii_lowercase();
let path = path.to_ascii_lowercase();
let parent = make_absolute_and_clean(source)
.parent()