Skip to content

Commit eace48e

Browse files
committed
Auto merge of #13357 - rust-dacheng:patch/fix-typo, r=weihanglo
fix typo of rustbuild, instead of rustuild Fixes #13356
2 parents 3a72bf3 + 54d35c7 commit eace48e

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)