aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/multi_error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multi_error.rs b/src/multi_error.rs
index efb4462..6163f40 100644
--- a/src/multi_error.rs
+++ b/src/multi_error.rs
@@ -19,6 +19,7 @@
use std::fmt;
+/// Wraps a list of errors.
#[derive(Debug, thiserror::Error)]
pub struct MultiError {
errors: Vec<anyhow::Error>,