We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b66588 commit 53a2558Copy full SHA for 53a2558
.github/workflows/directory.jule
@@ -33,7 +33,7 @@ fn writeLine(text: str) {
33
34
// Subdirectories comes first and ordered by the strings::Compare function.
35
// Implementation files comes after subdirectories and ordered by the strings::Compare function.
36
-fn sortDirents(mut &dirents: []os::DirEntry) {
+fn sortDirents(mut dirents: []os::DirEntry) {
37
slices::SortFunc(dirents, fn(a: os::DirEntry, b: os::DirEntry): int {
38
if a.Stat.IsDir() && !b.Stat.IsDir() {
39
ret -1
0 commit comments