mirror of
https://github.com/132nd-vWing/tacview-splitter.git
synced 2026-08-26 06:38:36 +02:00
grouped imports more nicely
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
pub mod lib {
|
||||
use std::io::Write;
|
||||
use std::fs;
|
||||
|
||||
use zip;
|
||||
|
||||
const ERR_CANNOT_WRITE_DATA: &str = "Could not write data";
|
||||
|
||||
+2
-1
@@ -1,7 +1,8 @@
|
||||
use std::{fs, str};
|
||||
|
||||
use std::io::{BufRead, BufReader};
|
||||
|
||||
use zip;
|
||||
|
||||
use tacview_splitter::lib;
|
||||
use tacview_splitter::lib::Handling;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user