(fix): lint warning IPC (#11006)

This commit is contained in:
Emilia Hane
2024-09-19 00:40:53 +02:00
committed by GitHub
parent 1f642353ca
commit dfd62ef68b

View File

@ -790,6 +790,7 @@ impl<HttpMiddleware, RpcMiddleware> Builder<HttpMiddleware, RpcMiddleware> {
}
#[cfg(test)]
#[allow(missing_docs)]
pub fn dummy_name() -> String {
let num: u64 = rand::Rng::gen(&mut rand::thread_rng());
if cfg!(windows) {