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 0291bd4 commit 6def4ccCopy full SHA for 6def4cc
.github/workflows/directory.jule
@@ -4,14 +4,14 @@ use "std/slices"
4
use "std/strings"
5
6
// Buffer for the table.
7
-static mut Table = strings::Builder{}
+let mut Table = strings::Builder{}
8
9
// Path strings should be formatted by markdown URLs.
10
-static IgnorePaths: [...]str = [
+let IgnorePaths: [...]str = [
11
"search/error.jule",
12
]
13
14
-static IgnorePackages: [...]str = [
+let IgnorePackages: [...]str = [
15
".",
16
"..",
17
".github",
0 commit comments