remove some unused code
This commit is contained in:
parent
9d90403ec7
commit
f183dd23c2
3 changed files with 0 additions and 9 deletions
|
@ -285,10 +285,6 @@ impl Default for MaxCommentLength {
|
|||
}
|
||||
}
|
||||
|
||||
fn cluster_limit_default() -> u16 {
|
||||
1
|
||||
}
|
||||
|
||||
fn deliver_job_default() -> u16 {
|
||||
128
|
||||
}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
pub fn idk() {
|
||||
config::get_config();
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
use std::error;
|
||||
|
||||
use axum::Router;
|
||||
|
||||
|
@ -39,7 +38,6 @@ pub fn init() -> anyhow::Result<()> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::{env, path::Path};
|
||||
|
||||
#[test]
|
||||
fn test() {
|
||||
|
|
Loading…
Reference in a new issue