Chore: apply more clippy rules to prevent from code complexity (#3813)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user