Move bold out to its own module.

This commit is contained in:
Tom Alexander
2022-12-18 02:30:24 -05:00
parent 6352f92ebc
commit 0b35491047
4 changed files with 80 additions and 61 deletions

View File

@@ -1,3 +1,4 @@
mod bold;
mod combinator;
mod error;
mod list;