mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 12:09:57 +00:00
fix comment
This commit is contained in:
parent
01f34e5107
commit
825f54cebf
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
/// assert_eq!(COMMIT.as_bytes().len(), 40);
|
/// assert_eq!(COMMIT.as_bytes().len(), 40);
|
||||||
/// assert_eq!(COMMIT.to_lowercase(), COMMIT);
|
/// assert_eq!(COMMIT.to_lowercase(), COMMIT);
|
||||||
/// ```
|
/// ```
|
||||||
pub const COMMIT: &str = core::env!("COMMIT"); // Set in `helper/build.rs`.
|
pub const COMMIT: &str = core::env!("COMMIT"); // Set in `constants/build.rs`.
|
||||||
|
|
||||||
/// `true` if debug build, else `false`.
|
/// `true` if debug build, else `false`.
|
||||||
pub const DEBUG: bool = cfg!(debug_assertions);
|
pub const DEBUG: bool = cfg!(debug_assertions);
|
||||||
|
|
Loading…
Reference in a new issue