Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed May 25, 2024
1 parent fce301c commit acd408f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rand_jitter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ where
/// # Example
///
/// ```
/// use rand_jitter::rand_core::RngCore;
/// use rand_jitter::{JitterRng, TimerError};
///
/// fn make_jitter_rng() -> Result<JitterRng<impl Fn() -> u64 + Send + Sync>, TimerError> {
Expand Down

0 comments on commit acd408f

Please sign in to comment.