pub use Boolen and Number for types module
This commit is contained in:
parent
8d38ac4441
commit
8f2a93f813
1 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,8 @@
|
|||
* Eryn Wells <eryn@erynwells.me>
|
||||
*/
|
||||
|
||||
pub use self::boolean::Boolean;
|
||||
pub use self::number::Number;
|
||||
|
||||
pub mod boolean;
|
||||
pub mod number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue