diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-02-14 13:28:01 +0000 |
|---|---|---|
| committer | Ellie Huxtable <e@elm.sh> | 2021-02-14 13:28:01 +0000 |
| commit | d128297e67c49b4142e8535241c65efcc0ed640e (patch) | |
| tree | 10ea1626126c4c8a569f12e72f137886ff48f44c /src/command/mod.rs | |
| parent | Update readme (diff) | |
| download | atuin-d128297e67c49b4142e8535241c65efcc0ed640e.zip | |
Make clippy annoying asf + add server
Diffstat (limited to '')
| -rw-r--r-- | src/command/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/mod.rs b/src/command/mod.rs index c61d2280..5c36146a 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -1,2 +1,3 @@ pub mod history; pub mod import; +pub mod server; |
