Reformat imports to a consistent style for imports
rustfmt.toml configuration: imports_granularity = "One" group_imports = "One"
This commit is contained in:
@@ -667,8 +667,7 @@ pub fn create_client_with_timeout(
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use rayon::prelude::*;
|
||||
use {super::*, rayon::prelude::*};
|
||||
|
||||
#[test]
|
||||
fn test_client_optimizer() {
|
||||
|
Reference in New Issue
Block a user