diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-30 17:28:23 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-30 17:28:23 +0300 |
| commit | 5abbc4394cb5fc3af432fa5177b203018db009a6 (patch) | |
| tree | de340256e356c5d521d3e06f0cabeb0b04488155 /src | |
| parent | 623988aa62ee0286a6f4895c2b2e7109609749c9 (diff) | |
Uncommented clippy CI part in .woodpecker.yaml and removed useless comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<dyn std::error::Error>> { } } } - // --- Integration ends here --- return Ok(()); } Commands::Uninstall { pkgname } => { |
