Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
  • Loading branch information
andylokandy committed Feb 24, 2024
1 parent 0556b5e commit 0f9ffd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
features: ["atomic", "fallback-coarse", "fallback-coarse,atomic"]
features: ["atomic", "atomic,fallback-coarse"]
rust: [stable]
env:
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion src/instant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use web_time::{SystemTime, UNIX_EPOCH};
pub struct Instant(u64);

impl Instant {
/// A default `Instant` that can be seen as a fixed but random moment in time.
/// A default `Instant` that can be seen as a fixed but random moment.
pub const ZERO: Instant = Instant(0);

#[inline]
Expand Down

0 comments on commit 0f9ffd3

Please sign in to comment.