docs(core): remove outdated docstring

This commit is contained in:
steven-omaha
2023-05-30 14:55:29 +02:00
parent 182b0eaf16
commit 1f70f328bc
-5
View File
@@ -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.