From 1f70f328bced95c46db38e738430ea9e2f53215b Mon Sep 17 00:00:00 2001 From: steven-omaha <35634100+steven-omaha@users.noreply.github.com> Date: Tue, 30 May 2023 14:55:29 +0200 Subject: [PATCH] docs(core): remove outdated docstring --- crates/pacdef_core/src/core.rs | 5 ----- 1 file changed, 5 deletions(-) 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.