Silence buggy clippy lint
This commit is contained in:
parent
3a5e356d65
commit
5a96cbf322
@ -1,5 +1,7 @@
|
|||||||
use crate::error::Error;
|
use crate::error::Error;
|
||||||
|
|
||||||
|
// Clippy lint is buggy, should be fixed within the next week (as of 2021-10-29)
|
||||||
|
#[allow(clippy::question_mark)]
|
||||||
pub fn validate(server_name: &str) -> Result<(), Error> {
|
pub fn validate(server_name: &str) -> Result<(), Error> {
|
||||||
use std::net::Ipv6Addr;
|
use std::net::Ipv6Addr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user