Reformat imports properly
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m43s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m43s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
use std::sync::LazyLock;
|
||||
|
||||
use rand::{rngs::OsRng, seq::SliceRandom};
|
||||
use rand::rngs::OsRng;
|
||||
use rand::seq::SliceRandom;
|
||||
|
||||
pub fn get_animal_name() -> &'static str {
|
||||
static ANIMALS: LazyLock<Vec<&'static str>> = LazyLock::new(|| {
|
||||
|
||||
Reference in New Issue
Block a user