relax and de-clutter let_underscore_must_use
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
100c6f572b
commit
23a9055199
9 changed files with 5 additions and 29 deletions
|
@ -28,7 +28,6 @@ mod_ctor! {}
|
|||
mod_dtor! {}
|
||||
|
||||
/// Install the admin command handler
|
||||
#[allow(clippy::let_underscore_must_use)]
|
||||
pub async fn init() {
|
||||
_ = services()
|
||||
.admin
|
||||
|
@ -45,7 +44,6 @@ pub async fn init() {
|
|||
}
|
||||
|
||||
/// Uninstall the admin command handler
|
||||
#[allow(clippy::let_underscore_must_use)]
|
||||
pub async fn fini() {
|
||||
_ = services().admin.handle.write().await.take();
|
||||
_ = services()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue