WIP, further docs

This commit is contained in:
Adam Shamblin
2022-09-19 19:18:46 -06:00
parent a7e9200c30
commit b7e05ceea0
5 changed files with 160 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ async fn handle_signals(mut signals: Signals) {
}
}
#[warn(missing_docs)]
#[instrument(err)]
pub fn run_daemon(settings: Settings, _matches: ArgMatches) -> EyreResult<()> {
let daemon = {