mirror of
https://github.com/TxtDot/dalet-rs.git
synced 2025-03-14 19:47:50 +03:00
refactor: rename abstract to typed
This commit is contained in:
parent
4cc99ce163
commit
a2cb481d29
4 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::abstractions::{Body, HeadingLevel, NotNullBody, Tag};
|
||||
use crate::typed::{Body, HeadingLevel, NotNullBody, Tag};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum GemTextParseError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue