Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso committed Sep 18, 2024
1 parent 81571a5 commit 8ad9035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/sample/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
/// `SampleRate` determines how often the sampled statement will occur.
///
/// ```
/// use aptos_logger::{info, sample, sample::{SampleRate, Sampling}};
/// use sample::{SampleRate, Sampling};
/// use std::time::Duration;
///
/// // Sampled based on frequency of events, log only every 2 logs
Expand Down

0 comments on commit 8ad9035

Please sign in to comment.