Skip to content

Commit 121f85d

Browse files
authored
Merge pull request #30 from namse/namse-patch-1
Typo 'src' -> 'std'
2 parents 97a2ebc + 2eefdc3 commit 121f85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ impl<'a> SysrootBuilder<'a> {
413413
// A bit of preparation.
414414
if !src_dir.join("std").join("Cargo.toml").exists() {
415415
bail!(
416-
"{:?} does not seem to be a rust library source folder: `src/Cargo.toml` not found",
416+
"{:?} does not seem to be a rust library source folder: `std/Cargo.toml` not found",
417417
src_dir
418418
);
419419
}

0 commit comments

Comments
 (0)