mirror of
https://github.com/house-of-vanity/furumi.git
synced 2025-07-07 13:44:07 +00:00
Linting
This commit is contained in:
@ -2,13 +2,12 @@ use std::path::PathBuf;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
use env_logger::Env;
|
||||
use std::{process,path::Path};
|
||||
use std::{path::Path, process};
|
||||
|
||||
mod config;
|
||||
mod filesystem;
|
||||
mod http;
|
||||
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), std::io::Error> {
|
||||
env_logger::from_env(Env::default().default_filter_or("info")).init();
|
||||
@ -33,4 +32,4 @@ async fn main() -> Result<(), std::io::Error> {
|
||||
/*
|
||||
Mkdir { parent: 1, name: "123", mode: 493, umask: 18 }
|
||||
Mknod { parent: 1, name: "123233", mode: 33188, rdev: 0, umask: 18 }
|
||||
*/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user