mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Remove must_use spam
This commit is contained in:
@@ -62,7 +62,6 @@ impl Schnorrkel {
|
||||
/// Create a new algorithm with the specified context.
|
||||
///
|
||||
/// If the context is greater than or equal to 4 GB in size, this will panic.
|
||||
#[must_use]
|
||||
pub fn new(context: &'static [u8]) -> Self {
|
||||
Self { context, schnorr: Schnorr::new(MerlinTranscript::new(b"FROST Schnorrkel")), msg: None }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user