Skip to content

Commit

Permalink
Merge pull request #240 from boinkor-net/fix-clippy-2024-10
Browse files Browse the repository at this point in the history
Make clippy happy: Remove redundant feature = "std" marker
  • Loading branch information
antifuchs authored Oct 5, 2024
2 parents 55e9ad7 + f64f0ac commit 49ee6a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions governor/src/state/direct/streams.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(feature = "std")]

use std::prelude::v1::*;

use crate::{clock, Jitter, NotUntil, RateLimiter};
Expand Down

0 comments on commit 49ee6a1

Please sign in to comment.