Skip to content

Commit 3d0d542

Browse files
committed
use "bootstrap" instead of "rustbuild" in comments and docs
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4c20ceb commit 3d0d542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub struct VersionInfo {
1515
pub version: &'static str,
1616
/// The release channel we were built for (stable/beta/nightly/dev).
1717
///
18-
/// `None` if not built via rustbuild.
18+
/// `None` if not built via bootstrap.
1919
pub release_channel: Option<&'static str>,
2020
/// Information about the Git repository we may have been built from.
2121
///

0 commit comments

Comments
 (0)