manager: Allow dead_code
For now, this makes development easier
This commit is contained in:
parent
6d7af36726
commit
c93f701ef8
|
@ -1,3 +1,5 @@
|
|||
#![allow(dead_code)]
|
||||
|
||||
use anyhow::Context as _;
|
||||
use forgejo_api::Forgejo;
|
||||
|
||||
|
|
Loading…
Reference in a new issue