From 5abbc4394cb5fc3af432fa5177b203018db009a6 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 30 Nov 2025 17:28:23 +0300 Subject: Uncommented clippy CI part in .woodpecker.yaml and removed useless comments --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 37bd70a..e4d4fd4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -132,7 +132,6 @@ async fn main() -> Result<(), Box> { } } } - // --- Integration ends here --- return Ok(()); } Commands::Uninstall { pkgname } => { -- cgit v1.2.3