Skip to content

Commit 1c45c03

Browse files
trinity-1686adjc
authored andcommitted
fix incorrect deprecation message
1 parent e948035 commit 1c45c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustls/src/msgs/handshake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ impl Codec for ECParameters {
15951595
#[derive(Debug, Clone)]
15961596
pub struct DigitallySignedStruct {
15971597
pub scheme: SignatureScheme,
1598-
#[deprecated(since = "0.20.7", note = "Use sig() accessor")]
1598+
#[deprecated(since = "0.20.7", note = "Use signature() accessor")]
15991599
pub sig: PayloadU16,
16001600
}
16011601

0 commit comments

Comments
 (0)