We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a72bf3 + 54d35c7 commit eace48eCopy full SHA for eace48e
src/cargo/version.rs
@@ -15,7 +15,7 @@ pub struct VersionInfo {
15
pub version: String,
16
/// The release channel we were built for (stable/beta/nightly/dev).
17
///
18
- /// `None` if not built via rustuild.
+ /// `None` if not built via rustbuild.
19
pub release_channel: Option<String>,
20
/// Information about the Git repository we may have been built from.
21
0 commit comments