make api
only visible to the crate
This commit is contained in:
parent
9c07f11123
commit
8a73d3d9cb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#![warn(missing_docs)]
|
||||
#![doc = include_str!("../README.md")]
|
||||
pub mod api;
|
||||
pub(crate) mod api;
|
||||
pub mod data;
|
||||
mod dummy;
|
||||
|
||||
|
|
Loading…
Reference in a new issue