diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ pub mod client; -mod tests; pub mod types; + +#[cfg(test)] +mod tests; |
![]() |
index : hydrus-api-rs | |
| Rust hydrus api client | jakka |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 4 |
@@ -1,3 +1,5 @@ pub mod client; -mod tests; pub mod types; + +#[cfg(test)] +mod tests; |