diff --git a/crates/pacdef_core/src/core.rs b/crates/pacdef_core/src/core.rs index 9fc587d..b147e94 100644 --- a/crates/pacdef_core/src/core.rs +++ b/crates/pacdef_core/src/core.rs @@ -43,11 +43,6 @@ impl Pacdef { /// For convenience sake, all called functions take a `&self` argument, even if /// these are not strictly required. /// - /// # Panics - /// - /// Panics if the user passed an unexpected action. This means all fields from - /// `crate::action::Action` must be matched in this function. - /// /// # Errors /// /// This function propagates errors from the underlying functions.