// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
-#![allow(unused_imports)] // xxx
-#![allow(unused_variables)] // xxx
-#![allow(unused_mut)] // xxx
-
-use syn::{parse_macro_input, parse_quote, Data, DataStruct, DeriveInput, Meta, NestedMeta, Path};
+use syn::{parse_macro_input, parse_quote};
+use syn::{Data, DataStruct, DeriveInput, Meta, NestedMeta};
use quote::{quote, quote_spanned, ToTokens};
use proc_macro2::{Literal, TokenStream};
}
pub struct Config {
- opts: Opts,
+ pub opts: Opts,
}
static OUTSIDE_SECTION: &str = "[";
}
#[throws(AE)]
- pub fn special_server(&self, key: &'static str) -> ServerName {
+ pub fn special_server(&self, _key: &'static str) -> ServerName {
self.link.server.clone()
}
}
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
+/*
#![allow(unused_imports)] // xxx
#![allow(unreachable_code)] // xxx
#![allow(dead_code)] // xxx
#![allow(unused_variables)] // xxx
+*/
#![feature(io_error_more)] // EK::IsADirectory