Skip to content

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

-9
This file was deleted.

crates/sourcegen/src/lib.rs

+1-1
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)