From 3d0d5424b961a950c63f6fe0ae864ad47390da97 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sun, 7 Jul 2024 00:07:08 +0300 Subject: [PATCH] use "bootstrap" instead of "rustbuild" in comments and docs Signed-off-by: onur-ozkan --- crates/rust-analyzer/src/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rust-analyzer/src/version.rs b/crates/rust-analyzer/src/version.rs index 1e829299e6..2ff967416c 100644 --- a/crates/rust-analyzer/src/version.rs +++ b/crates/rust-analyzer/src/version.rs @@ -15,7 +15,7 @@ pub struct VersionInfo { pub version: &'static str, /// The release channel we were built for (stable/beta/nightly/dev). /// - /// `None` if not built via rustbuild. + /// `None` if not built via bootstrap. pub release_channel: Option<&'static str>, /// Information about the Git repository we may have been built from. ///