Skip to content

Commit 77b3054

Browse files
peateyDaleSeo
andauthored
Update crates/rmcp/src/transport/auth.rs
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
1 parent c09e84c commit 77b3054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/src/transport/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl std::fmt::Debug for StoredCredentials {
7676
.field("token_response", &self.token_response.as_ref().map(|_| "[REDACTED]"))
7777
.field("granted_scopes", &self.granted_scopes)
7878
.field("token_received_at", &self.token_received_at)
79-
.finish()
79+
.finish_non_exhaustive()()
8080
}
8181
}
8282

0 commit comments

Comments
 (0)