This commit is contained in:
Tom Alexander
2023-04-03 15:15:16 -04:00
parent b65ed28462
commit 2d1df18544
8 changed files with 7 additions and 48 deletions

View File

@@ -9,8 +9,12 @@ use super::Context;
#[derive(Debug)]
pub enum Object<'s> {
#[allow(dead_code)]
TextMarkup(TextMarkup<'s>),
PlainText(PlainText<'s>),
#[allow(dead_code)]
RegularLink(RegularLink<'s>),
}