clippy allow -> expect
This commit is contained in:
@@ -26,11 +26,6 @@ type Resolving = MutexMap<OwnedServerName, ()>;
|
||||
|
||||
#[async_trait]
|
||||
impl crate::Service for Service {
|
||||
#[allow(
|
||||
clippy::as_conversions,
|
||||
clippy::cast_sign_loss,
|
||||
clippy::cast_possible_truncation
|
||||
)]
|
||||
fn build(args: &crate::Args<'_>) -> Result<Arc<Self>> {
|
||||
let cache = Cache::new(args);
|
||||
Ok(Arc::new(Self {
|
||||
|
||||
Reference in New Issue
Block a user