Skip to content

Commit feeb015

Browse files
Merge branch 'main' into muxed_addr
2 parents f188304 + d150517 commit feeb015

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

soroban-sdk/src/testutils/sign.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pub mod ed25519 {
2424
}
2525

2626
impl<E: std::error::Error> std::error::Error for Error<E> {
27-
#[must_use]
2827
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
2928
match self {
3029
Self::XdrError(e) => e.source(),

0 commit comments

Comments
 (0)