chore: Fix clippy lints with minimal diff

This commit is contained in:
Jade Ellis
2025-08-22 00:51:54 +01:00
parent d191494f18
commit 8b35de6a43
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
#![allow(clippy::doc_link_with_quotes)]
pub mod check;
pub mod manager;
pub mod proxy;