We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a81f5 commit ad2e250Copy full SHA for ad2e250
1 file changed
src/grpc.rs
@@ -69,7 +69,7 @@ pub(crate) struct ProxyServer {
69
impl ProxyServer {
70
/// Create new `ProxyServer`.
71
#[must_use]
72
- #[allow(clippy::too_many_arguments)]
+ #[allow(clippy::too_many_arguments)]
73
pub(crate) fn new(
74
cookie_key: Arc<RwLock<Option<Key>>>,
75
cert_dir: PathBuf,
0 commit comments