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