diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-21 12:04:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-21 12:04:09 +0100 |
commit | 706a3b4ac46edd3adc344ecb263cb5d2a4a057a3 (patch) | |
tree | 719d382e95256617df64d177cc5be0511dfe740a /src/lib.rs | |
parent | 3b8bff634198c5ae17ab16d5c85c30b3201ae593 (diff) | |
download | netapp-706a3b4ac46edd3adc344ecb263cb5d2a4a057a3.tar.gz netapp-706a3b4ac46edd3adc344ecb263cb5d2a4a057a3.zip |
Formatting & clippy
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,8 +19,8 @@ pub mod util; pub mod endpoint; pub mod proto; -mod proto2; mod client; +mod proto2; mod server; pub mod netapp; |