Skip to content
Snippets Groups Projects
Verified Commit 2493afea authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

refactor: simplify import statements in bosc-decompress binary

parent 60e74711
No related branches found
No related tags found
No related merge requests found
Pipeline #5618 passed
use boytacean::state::{SaveStateFormat, Serialize, StateManager};
use std::env;
use std::fs::File;
use std::io::Read;
use std::path::Path;
use std::{env, fs::File, io::Read, path::Path};
fn print_usage() {
println!("Usage: bosc-decompress <input_file> [output_file]");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment