manager: Allow dead_code

For now, this makes development easier
This commit is contained in:
Rahix 2025-05-22 16:04:55 +02:00
parent 6d7af36726
commit c93f701ef8

View file

@ -1,3 +1,5 @@
#![allow(dead_code)]
use anyhow::Context as _;
use forgejo_api::Forgejo;