未验证 提交 6c92bae7 编写于 作者: T the8472 提交者: GitHub

[review] fix comment

Co-authored-by: NAmanieu d'Antras <amanieu@gmail.com>
上级 ff12ab2d
......@@ -14,7 +14,7 @@ pub mod inner {
pub(in crate::time) const ZERO: time::Instant = time::Instant::zero();
// bits 30 and 31 are never used since the seconds part never exceeds 10^9
// bits 30 and 31 are never used since the nanoseconds part never exceeds 10^9
const UNINITIALIZED: u64 = 0b11 << 30;
static MONO: AtomicU64 = AtomicU64::new(UNINITIALIZED);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册