Skip to content

Commit

Permalink
docs: add todo comment about module privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Apr 16, 2023
1 parent a60134d commit e39588a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![warn(missing_docs)]
//! The unimarkup-rs crate is the official implementation of the [Unimarkup specification](https://github.com/Unimarkup/Specification/).

// TODO: set to private modules that don't have to be public
pub mod config;
pub mod document;
pub mod elements;
Expand Down

0 comments on commit e39588a

Please sign in to comment.