Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Nov 22, 2021
1 parent d83fda7 commit 0194780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pub use rnet_macros::{net, Net};
use types::TypeDesc;

mod borrowed;
#[cfg(feature = "chrono")]
mod chrono_impls;
mod deferred;
mod delegates;
mod from_net;
Expand All @@ -37,8 +39,6 @@ mod tuples;
mod types;
#[cfg(feature = "uuid")]
mod uuid_impls;
#[cfg(feature = "chrono")]
mod chrono_impls;

pub use delegates::*;
pub use from_net::{FromNet, FromNetArg, FromNetReturn};
Expand Down

0 comments on commit 0194780

Please sign in to comment.