Chore: apply more clippy rules to prevent from code complexity (#3813)

This commit is contained in:
Lifei Zhou
2025-08-03 20:03:08 +10:00
committed by GitHub
parent 412ceb8128
commit 48a38dc034
8 changed files with 316 additions and 5 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ impl ClientHandler for GooseClient {
&self,
params: rmcp::model::ProgressNotificationParam,
context: rmcp::service::NotificationContext<rmcp::RoleClient>,
) -> () {
) {
self.notification_handlers
.lock()
.await
@@ -82,7 +82,7 @@ impl ClientHandler for GooseClient {
&self,
params: rmcp::model::LoggingMessageNotificationParam,
context: rmcp::service::NotificationContext<rmcp::RoleClient>,
) -> () {
) {
self.notification_handlers
.lock()
.await