use/enable let_underscore_must_use lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -65,7 +65,8 @@ pub(crate) async fn create(
|
||||
.new_user_displayname_suffix
|
||||
.is_empty()
|
||||
{
|
||||
_ = write!(displayname, " {}", services().globals.config.new_user_displayname_suffix);
|
||||
write!(displayname, " {}", services().globals.config.new_user_displayname_suffix)
|
||||
.expect("should be able to write to string buffer");
|
||||
}
|
||||
|
||||
services()
|
||||
|
||||
Reference in New Issue
Block a user