Skip to content

Commit

Permalink
clippy ding
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 12, 2023
1 parent ce11842 commit 684606f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lading/src/generator/procfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ impl ProcFs {
/// # Errors
///
/// Returns an error if the config cannot be serialized.
///
/// # Panics
///
/// Function should never panic.
pub fn new(config: &Config, shutdown: Shutdown) -> Result<Self, Error> {
let mut rng = StdRng::from_seed(config.seed);

Expand Down

0 comments on commit 684606f

Please sign in to comment.