We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584bbf1 commit 92e10d2Copy full SHA for 92e10d2
src/lib.rs
@@ -444,7 +444,7 @@ pub trait FromReport<C> {
444
/// USAGE:
445
/// * `impl From<SomeError as ToReport<_> $(as $context:path)*> for OurError::Report(OurReportError)`
446
/// - Implements `From<E> where E: ToReport<_>` for errors that implement [`ToReport`]
447
-/// * impl From<Report<SomeError>>> for `OurError::Report(TransactionError`)
+/// * `impl From<Report<SomeError>>> for OurError::Report(TransactionError)`
448
/// - Implements `From<Report<SomeError>>` for `Report<OurReportError>`
449
/// * `impl From<SomeError $(as $context:path)*> for OurError::Report(TransactionError)`
450
/// - Implements `From<SomeError>` for `Report<OurReportError>`
0 commit comments