We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc861af commit 432ed97Copy full SHA for 432ed97
src/builder.rs
@@ -1193,7 +1193,7 @@ impl InProgressSignatures for PartiallyAuthorized {
1193
/// A heisen[`Signature`] for a particular [`Action`].
1194
///
1195
/// [`Signature`]: VerSpendAuthSig
1196
-#[derive(Debug, Clone)]
+#[derive(Debug)]
1197
pub enum MaybeSigned {
1198
/// The information needed to sign this [`Action`].
1199
SigningMetadata(SigningParts),
0 commit comments