diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-22 19:24:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-22 19:24:38 +0100 |
| commit | 02c70deecba955c1b01f661ed7a709038e90addc (patch) | |
| tree | fc6881b607120cdb97991e17142b2e3159bff759 /atuin-client/src/lib.rs | |
| parent | Added docker-compose.yml (#325) (diff) | |
| download | atuin-02c70deecba955c1b01f661ed7a709038e90addc.zip | |
refactor (#327)
Diffstat (limited to 'atuin-client/src/lib.rs')
| -rw-r--r-- | atuin-client/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/atuin-client/src/lib.rs b/atuin-client/src/lib.rs index fa01c17e..98e2f3ae 100644 --- a/atuin-client/src/lib.rs +++ b/atuin-client/src/lib.rs @@ -3,9 +3,6 @@ #[macro_use] extern crate log; -#[macro_use] -extern crate serde_derive; - pub mod api_client; pub mod database; pub mod encryption; |
