Skip to content

Commit 40b0441

Browse files
committed
fix(api): remove obsolete type
1 parent 21f7dbf commit 40b0441

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: src/error.rs

-8
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ pub enum KdlErrorKind {
8282
Other,
8383
}
8484

85-
/// Coversion errors for converting [`KdlNode`] to another type via [`TryFrom`] or [`TryInto`].
86-
#[derive(Debug, Clone, Eq, PartialEq, Error)]
87-
#[error("Failed to convert from KdlNodeValue::{variant} to {expected}.")]
88-
pub struct TryFromKdlNodeValueError {
89-
pub(crate) expected: &'static str,
90-
pub(crate) variant: &'static str,
91-
}
92-
9385
#[derive(Debug, Clone, Eq, PartialEq)]
9486
pub(crate) struct KdlParseError<I> {
9587
pub(crate) input: I,

0 commit comments

Comments
 (0)