Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
style: add note to errors.rs about module specific error types
Lars Wirzenius committed 2 years ago
commit b483ab914de22741d250785f5401184e0021a1f2
parent 1c87d349efa2556005b5d41f05db8b704a883eb5
1 file changed +4 -0
modified src/error.rs
@@ -1,4 +1,8 @@
//! Possible errors returned by the CI broker library.
+
//!
+
//! Each module has its own error type, this module collects them
+
//! together into a unified type, for callers who don't care to handle
+
//! module errors in specific ways.

use std::path::PathBuf;