disallow some methods from itertools

This commit is contained in:
Luna Yao
2026-04-06 18:28:30 +02:00
parent 6af62e939e
commit 5a8a1d3e6b
11 changed files with 44 additions and 40 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ use crate::proto::rpc_types;
use crate::proto::rpc_types::controller::BaseController;
use crate::utils::DeterministicDigest;
use anyhow::Context;
use itertools::Itertools;
use moka::future::Cache;
use std::ops::Deref;
use std::sync::Arc;
@@ -53,7 +52,7 @@ impl DnsPeerMgrInner {
let zones = global_ctx
.dns_iter_zones()
.map_into()
.map(Into::into)
.chain(
self.peers
.iter()