We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2926ca0 commit 0d9737aCopy full SHA for 0d9737a
crates/sourcegen/src/lib.rs
@@ -196,6 +196,6 @@ fn normalize_newlines(s: &str) -> String {
196
pub fn project_root() -> PathBuf {
197
let dir = env!("CARGO_MANIFEST_DIR");
198
let res = PathBuf::from(dir).parent().unwrap().parent().unwrap().to_owned();
199
- assert!(res.join("bors.toml").exists());
+ assert!(res.join("triagebot.toml").exists());
200
res
201
}
0 commit comments