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.
2 parents 2988a65 + 1644c65 commit bd8c29eCopy full SHA for bd8c29e
repos/rust-lang/chalk.toml
@@ -2,7 +2,11 @@ org = "rust-lang"
2
name = "chalk"
3
description = "An implementation and definition of the Rust trait system using a PROLOG-like logic solver"
4
homepage = "https://rust-lang.github.io/chalk/book/"
5
-bots = ["rustbot", "bors"]
+bots = ["rustbot"]
6
7
[access.teams]
8
types = "write"
9
+
10
+[[branch-protections]]
11
+pattern = "master"
12
+ci-checks = ["conclusion"]
0 commit comments