This commit is contained in:
Jędrzej Stuczyński
2024-06-21 10:30:16 +01:00
parent 0626e54b6a
commit d33baec79b
@@ -223,6 +223,9 @@ impl NRServiceProviderBuilder {
}
#[must_use]
// this is a false positive, this method is actually called when used as a library
// but clippy complains about it when building the binary
#[allow(unused)]
pub fn with_minimum_gateway_performance(mut self, minimum_gateway_performance: u8) -> Self {
self.config.base.debug.topology.minimum_gateway_performance = minimum_gateway_performance;
self