Skip to content

Commit

Permalink
fixup! marked-yaml: Export serde FromNodeError as Error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsilverstone-ct committed Mar 25, 2024
1 parent af05d58 commit 725d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marked-yaml/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ pub mod spanned_serde;

#[cfg(feature = "serde")]
#[doc(inline)]
pub use spanned_serde::{from_node, FromNodeError as Error, Spanned};
pub use spanned_serde::{from_node, Error, FromNodeError, Spanned};

0 comments on commit 725d8bf

Please sign in to comment.