mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Make the 'core' module public
This commit is contained in:
parent
d8c70b9fc6
commit
0a6dc12f92
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ extern crate serde;
|
|||
#[macro_use]
|
||||
extern crate typed_builder;
|
||||
|
||||
mod core;
|
||||
pub mod core;
|
||||
|
|
Loading…
Reference in a new issue