commit befb8f2c130e33c806cb477ee38316ea7bc26b06 parent cbcc4dfc49d81a1e88a5b2f572fef0ed582e0ef0 Author: William Casarin <jb55@jb55.com> Date: Sat, 30 Dec 2023 20:59:10 -0800 make blocktype public Diffstat:
M | src/block.rs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/block.rs b/src/block.rs @@ -18,7 +18,7 @@ pub struct BlockIter<'a> { } #[derive(Debug, Eq, PartialEq)] -enum BlockType { +pub enum BlockType { Hashtag, Text, MentionIndex,