Add expression fill mode variant for filling with underscore expressions

This commit is contained in:
Lukas Wirth 2025-04-28 10:39:36 +02:00
parent 8fb2dcc947
commit 7e526b6be7
31 changed files with 172 additions and 125 deletions

View file

@ -86,7 +86,7 @@ impl ModDir {
let dir_path = if root_dir_owner {
DirPath::empty()
} else {
DirPath::new(format!("{}/", name))
DirPath::new(format!("{name}/"))
};
if let Some(mod_dir) = self.child(dir_path, !root_dir_owner) {
return Ok((