Skip to content

Commit

Permalink
Auto merge of rust-lang#12694 - hi-rustin:rustin-patch-bors, r=jonas-…
Browse files Browse the repository at this point in the history
…schievink

Remove useless bors.toml

It seems we do not use bors-ng anymore. So maybe this is useless.
  • Loading branch information
bors committed Jul 5, 2022
2 parents 6edf624 + 0d9737a commit fee5555
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions bors.toml

This file was deleted.

2 changes: 1 addition & 1 deletion crates/sourcegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,6 @@ fn normalize_newlines(s: &str) -> String {
pub fn project_root() -> PathBuf {
let dir = env!("CARGO_MANIFEST_DIR");
let res = PathBuf::from(dir).parent().unwrap().parent().unwrap().to_owned();
assert!(res.join("bors.toml").exists());
assert!(res.join("triagebot.toml").exists());
res
}

0 comments on commit fee5555

Please sign in to comment.