do it backwards, obviously

This commit is contained in:
Aria Desires 2025-12-05 15:15:57 -05:00
parent aae857b7da
commit cd724e02e1
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ fn desperate_search_paths(db: &dyn Db, importing_file: File) -> Option<Vec<Searc
if search_paths.is_empty() {
None
} else {
search_paths.reverse();
Some(search_paths)
}
}