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