Skip to content

Commit cf5a1f8

Browse files
committed
Remove bors from hashbrown
1 parent 6cd7af5 commit cf5a1f8

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)