Add allow deprecated to pass clippy for deprecated wav crate.

This commit is contained in:
Dessalines 2024-05-21 18:05:28 -04:00
parent 38c8ec6945
commit 8b39a35cc8

View file

@ -44,6 +44,7 @@ pub mod site;
pub mod sitemap;
/// Converts the captcha to a base64 encoded wav audio file
#[allow(deprecated)]
pub(crate) fn captcha_as_wav_base64(captcha: &Captcha) -> LemmyResult<String> {
let letters = captcha.as_wav();