Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler committed Mar 13, 2024
1 parent e10b239 commit 6a66db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,7 @@ pub fn lipsum_title() -> String {
#[cfg(test)]
mod tests {
use super::*;
use rand::{thread_rng, SeedableRng};
use rand_chacha::ChaCha20Rng;
use rand::thread_rng;

#[test]
fn starts_with_lorem_ipsum() {
Expand Down

0 comments on commit 6a66db7

Please sign in to comment.