Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fee5555

Browse files
committed
Auto merge of rust-lang#12694 - hi-rustin:rustin-patch-bors, r=jonas-schievink
Remove useless bors.toml It seems we do not use bors-ng anymore. So maybe this is useless.
2 parents 6edf624 + 0d9737a commit fee5555

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

bors.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

crates/sourcegen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@ fn normalize_newlines(s: &str) -> String {
196196
pub fn project_root() -> PathBuf {
197197
let dir = env!("CARGO_MANIFEST_DIR");
198198
let res = PathBuf::from(dir).parent().unwrap().parent().unwrap().to_owned();
199-
assert!(res.join("bors.toml").exists());
199+
assert!(res.join("triagebot.toml").exists());
200200
res
201201
}

0 commit comments

Comments
 (0)