Fix Clippy lint
This commit is contained in:
parent
b654c84eed
commit
c08ee4fecc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pub mod cfzlib;
|
||||||
#[cfg(not(feature = "cloudflare-zlib"))]
|
#[cfg(not(feature = "cloudflare-zlib"))]
|
||||||
pub mod cfzlib {
|
pub mod cfzlib {
|
||||||
pub fn is_supported() -> bool {
|
pub fn is_supported() -> bool {
|
||||||
return false;
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue