Remove empty doc comment line
Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
parent
d5687720c2
commit
2734357671
|
|
@ -16,7 +16,6 @@
|
||||||
//! at the cost of higher latency (the entire batch must complete), complexity of
|
//! at the cost of higher latency (the entire batch must complete), complexity of
|
||||||
//! caller code (which must assemble a batch of signatures across work-items),
|
//! caller code (which must assemble a batch of signatures across work-items),
|
||||||
//! and loss of the ability to easily pinpoint failing signatures.
|
//! and loss of the ability to easily pinpoint failing signatures.
|
||||||
//!
|
|
||||||
|
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue