Commit from GitHub Actions ()

This commit is contained in:
[Clippy] 2024-09-05 20:42:45 +00:00
parent 387e04fa5a
commit 2cf3ff0332

View file

@ -1,11 +1,8 @@
mod config;
use crate::config::CONFIG;
use bson::{bson, Bson};
use clap::{Parser, Subcommand};
use log::debug;
use lz4_flex::block::{compress_prepend_size, decompress_size_prepended};
use tonic::{transport::Server, Request, Response, Status};
// Import generated protobuf
mod sched {
tonic::include_proto!("sched");