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 3afdcf1 commit bde844eCopy full SHA for bde844e
repos/rust-lang/glob.toml
@@ -1,11 +1,11 @@
1
-org = 'rust-lang'
2
-name = 'glob'
3
-description = 'Support for matching file paths against Unix shell style patterns.'
4
-homepage = "http://doc.rust-lang.org/glob"
5
-bots = []
+org = "rust-lang"
+name = "glob"
+description = "Support for matching file paths against Unix shell style patterns."
+homepage = "https://doc.rust-lang.org/glob"
+bots = ["rustbot"]
6
7
[access.teams]
8
-crate-maintainers = 'maintain'
+crate-maintainers = "maintain"
9
10
[[branch-protections]]
11
pattern = "master"
0 commit comments