From 54d35c7ad670b74819d22ce3ffe97811a7b1a662 Mon Sep 17 00:00:00 2001 From: Success Go Date: Sat, 27 Jan 2024 23:18:01 +0800 Subject: [PATCH] fix typo of rustbuild, instead of rustuild --- src/cargo/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo/version.rs b/src/cargo/version.rs index 9829fd72e74..59065abcf85 100644 --- a/src/cargo/version.rs +++ b/src/cargo/version.rs @@ -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, /// Information about the Git repository we may have been built from. ///