Skip to content

Commit 54d35c7

Browse files
committed
fix typo of rustbuild, instead of rustuild
1 parent 3a72bf3 commit 54d35c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct VersionInfo {
1515
pub version: String,
1616
/// The release channel we were built for (stable/beta/nightly/dev).
1717
///
18-
/// `None` if not built via rustuild.
18+
/// `None` if not built via rustbuild.
1919
pub release_channel: Option<String>,
2020
/// Information about the Git repository we may have been built from.
2121
///

0 commit comments

Comments
 (0)