fix comment

This commit is contained in:
hinto.janai 2024-09-23 16:59:57 -04:00
parent 01f34e5107
commit 825f54cebf
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -13,7 +13,7 @@
/// assert_eq!(COMMIT.as_bytes().len(), 40);
/// 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`.
pub const DEBUG: bool = cfg!(debug_assertions);