make client modules public again
This commit is contained in:
parent
5630e51adb
commit
102d02d390
2 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ pub mod torn;
|
|||
pub mod user;
|
||||
|
||||
#[cfg(feature = "awc")]
|
||||
mod awc;
|
||||
pub mod awc;
|
||||
|
||||
#[cfg(feature = "reqwest")]
|
||||
mod reqwest;
|
||||
pub mod reqwest;
|
||||
|
||||
mod de_util;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue