Remove empty doc comment line

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Deirdre Connolly 2021-06-15 18:41:04 -04:00 committed by Deirdre Connolly
parent d5687720c2
commit 2734357671
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
//! 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),
//! and loss of the ability to easily pinpoint failing signatures.
//!
use std::convert::TryFrom;