mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
refactor: remove unused dependencies and update s3s source references
This commit is contained in:
@@ -11,7 +11,6 @@ use rust_embed::RustEmbed;
|
||||
use rustfs_macro::timed_println;
|
||||
use serde::Serialize;
|
||||
use shadow_rs::shadow;
|
||||
use tracing::info;
|
||||
use std::net::Ipv4Addr;
|
||||
use std::sync::OnceLock;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use proc_macro::TokenStream;
|
||||
use quote::{quote, ToTokens};
|
||||
use quote::quote;
|
||||
use syn::{parse_macro_input, Expr, LitStr};
|
||||
|
||||
#[proc_macro]
|
||||
|
||||
Reference in New Issue
Block a user