diff options
| author | Jakub Panek <me@panekj.dev> | 2022-04-28 17:53:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-28 18:53:59 +0100 |
| commit | 93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b (patch) | |
| tree | c910b1bb047a540c361f6cb6f8e403f1b83b925a /src/command/server.rs | |
| parent | Bump axum from 0.5.3 to 0.5.4 (#355) (diff) | |
| download | atuin-93ab4e7842ac3c3a37e8d423ae57ef3e7d151b7b.zip | |
ignore JetBrains IDEs, tidy-up imports (#348)
* ignore JB IDEs
* tidy-up imports
* add rustfmt config
Diffstat (limited to 'src/command/server.rs')
| -rw-r--r-- | src/command/server.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command/server.rs b/src/command/server.rs index c5af9ae5..1d514bb2 100644 --- a/src/command/server.rs +++ b/src/command/server.rs @@ -3,8 +3,7 @@ use tracing_subscriber::{fmt, prelude::*, EnvFilter}; use clap::Parser; use eyre::{Context, Result}; -use atuin_server::launch; -use atuin_server::settings::Settings; +use atuin_server::{launch, settings::Settings}; #[derive(Parser)] #[clap(infer_subcommands = true)] |
