Skip to content

Commit

Permalink
Merge pull request #77 from younies/master
Browse files Browse the repository at this point in the history
Make data_source public.
  • Loading branch information
Manishearth authored Apr 8, 2022
2 parents 98564c6 + 8d67c0a commit f3e6ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ extern crate std;
#[macro_use]
extern crate alloc;

pub mod data_source;
pub mod deprecated;
pub mod format_chars;
pub mod level;

mod char_data;
mod data_source;
mod explicit;
mod implicit;
mod prepare;
Expand Down

0 comments on commit f3e6ed7

Please sign in to comment.