mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 14:43:58 +00:00
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.
This commit is contained in:
commit
312db81e07
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct VersionInfo {
|
||||||
pub version: &'static str,
|
pub version: &'static str,
|
||||||
/// The release channel we were built for (stable/beta/nightly/dev).
|
/// 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>,
|
pub release_channel: Option<&'static str>,
|
||||||
/// Information about the Git repository we may have been built from.
|
/// Information about the Git repository we may have been built from.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue