Skip to content

Commit 2988a65

Browse files
authored
Merge pull request #1577 from Kobzol/hashbrown-remove-bors
Remove bors from `hashbrown`
2 parents eda2252 + cf5a1f8 commit 2988a65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repos/rust-lang/hashbrown.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ org = "rust-lang"
22
name = "hashbrown"
33
description = "Rust port of Google's SwissTable hash map"
44
homepage = "https://rust-lang.github.io/hashbrown"
5-
bots = ["bors"]
5+
bots = []
66

77
[access.teams]
88
libs = "write"
99
libs-contributors = "write"
1010

1111
[[branch-protections]]
1212
pattern = "master"
13+
ci-checks = ["conclusion"]

0 commit comments

Comments
 (0)