diff --git a/crates/pacdef_core/src/core.rs b/crates/pacdef_core/src/core.rs index be66264..ccf2839 100644 --- a/crates/pacdef_core/src/core.rs +++ b/crates/pacdef_core/src/core.rs @@ -48,6 +48,10 @@ impl Pacdef { /// # Errors /// /// This function propagates errors from the underlying functions. + /// + /// # Panics + /// + /// This function panics if the `args` field is `None`. #[allow(clippy::unit_arg)] pub fn run_action_from_arg(mut self) -> Result<()> { match self