Skip to content

Commit 93cc820

Browse files
authored
Fix documentation for build string generation (#740)
Close #739
1 parent e686077 commit 93cc820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub const MMTK_PKG_VERSION: &str = raw::PKG_VERSION;
1111
pub const MMTK_FEATURES: &str = raw::FEATURES_STR;
1212

1313
lazy_static! {
14-
/// Git version as short commit hash, such as a96e8f9, or a96e8f9, or unknown-git-version if MMTk
14+
/// Git version as short commit hash, such as a96e8f9, or a96e8f9-dirty, or unknown-git-version if MMTk
1515
/// is not built from a git repo.
1616
pub static ref MMTK_GIT_VERSION: &'static str = &MMTK_GIT_VERSION_STRING;
1717
// Owned string

0 commit comments

Comments
 (0)