From 8600192a42ff43cb8d739772829cf4f04fae61ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 4 Jul 2025 13:16:59 +0200 Subject: [PATCH] Add config files for `rustc-josh-sync` --- library/stdarch/josh-sync.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 library/stdarch/josh-sync.toml diff --git a/library/stdarch/josh-sync.toml b/library/stdarch/josh-sync.toml new file mode 100644 index 000000000000..ebdb4576287c --- /dev/null +++ b/library/stdarch/josh-sync.toml @@ -0,0 +1,3 @@ +org = "rust-lang" +repo = "stdarch" +path = "library/stdarch"