Skip to content

Commit 29f9f7b

Browse files
committed
export SourceSpan
1 parent 25b7d24 commit 29f9f7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ pub use crate::dom::Dom;
106106
pub use crate::dom::DomVariant;
107107
pub use crate::dom::element::{Element, ElementVariant};
108108
pub use crate::dom::node::Node;
109+
pub use crate::dom::span::SourceSpan;
109110
pub use crate::error::Error;
110111
pub use crate::error::Result;

0 commit comments

Comments
 (0)