generated from PlexSheep/baserepo
typo
This commit is contained in:
parent
ff033d0ee5
commit
6159ca6d46
|
@ -13,7 +13,6 @@
|
|||
// enable clippy's extra lints, the pedantic version
|
||||
#![warn(clippy::pedantic)]
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
|
||||
use pt::{logger, networking::monitoring::uptime};
|
||||
|
@ -27,6 +26,8 @@ use clap::Parser;
|
|||
pub mod args;
|
||||
use args::*;
|
||||
|
||||
use std::path::PathBuf;
|
||||
|
||||
//// CONSTANTS /////////////////////////////////////////////////////////////////////////////////////
|
||||
#[allow(dead_code)]
|
||||
const EXIT_SUCCESS: i32 = 0;
|
||||
|
|
Reference in New Issue