Auto merge of #13357 - rust-dacheng:patch/fix-typo, r=weihanglo

fix typo of rustbuild, instead of rustuild

Fixes #13356
This commit is contained in:
bors 2024-01-27 15:41:48 +00:00
commit eace48e003

View file

@ -15,7 +15,7 @@ pub struct VersionInfo {
pub version: String,
/// The release channel we were built for (stable/beta/nightly/dev).
///
/// `None` if not built via rustuild.
/// `None` if not built via rustbuild.
pub release_channel: Option<String>,
/// Information about the Git repository we may have been built from.
///