Skip to content

Commit 9e967a3

Browse files
committed
credentials: Suppress lint warnings
cf. <rust-lang/rust#85200>
1 parent 191e0a8 commit 9e967a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oauth-credentials/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ impl<T: Debug> Debug for Credentials<T> {
174174

175175
#[derive(Debug)]
176176
struct Credentials<T> {
177+
#[allow(dead_code)]
177178
identifier: T,
179+
#[allow(dead_code)]
178180
secret: Hidden,
179181
}
180182

0 commit comments

Comments
 (0)