From 521e029c970048f7642d397d86cb41c9f80657f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 9 Jan 2024 19:14:06 +0100 Subject: [PATCH] Add rustc-hash repository under automation --- repos/rust-lang/rustc-hash.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repos/rust-lang/rustc-hash.toml diff --git a/repos/rust-lang/rustc-hash.toml b/repos/rust-lang/rustc-hash.toml new file mode 100644 index 000000000..b1c7072e7 --- /dev/null +++ b/repos/rust-lang/rustc-hash.toml @@ -0,0 +1,7 @@ +org = "rust-lang" +name = "rustc-hash" +description = "Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure" +bots = [] + +[access.teams] +compiler = "write"