Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #127434 - onur-ozkan:use-bootstrap-instead-of-rustbuild, r=Mark-Simulacrum
use "bootstrap" instead of "rustbuild" in comments and docs Let's stick with the single name "bootstrap" to refer to the bootstrap project to avoid confusion. This should make it clearer, especially for new contributors.
Jubilee 2024-07-14
parent 1a10b41 · parent 3d0d542 · commit 312db81
-rw-r--r--crates/rust-analyzer/src/version.rs2
1 files changed, 1 insertions, 1 deletions
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.
///