Skip to content

Commit

Permalink
commit: fix nightly compiler crash
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 12, 2024
1 parent 7d01bbb commit 0bfb080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit_verify/src/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ where T: CommitEncode + StrictDumb
/// implementation of its methods, since `CommitId` can't be manually
/// implemented for any type since it has a generic blanket implementation.
pub trait CommitId: CommitEncode {
#[doc = hidden]
#[doc(hidden)]
fn commit(&self) -> CommitEngine;

/// Performs commitment to client-side-validated data
Expand Down

0 comments on commit 0bfb080

Please sign in to comment.