We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bea41 commit 7d1be34Copy full SHA for 7d1be34
example/src/app.rs
@@ -1,15 +1,15 @@
1
use async_trait::async_trait;
2
use loco_openapi::prelude::*;
3
use loco_rs::{
4
+ Result,
5
app::{AppContext, Hooks, Initializer},
6
bgworker::{BackgroundWorker, Queue},
- boot::{create_app, BootResult, StartMode},
7
+ boot::{BootResult, StartMode, create_app},
8
config::Config,
9
controller::AppRoutes,
10
db::{self, truncate_table},
11
environment::Environment,
12
task::Tasks,
- Result,
13
};
14
use migration::Migrator;
15
use std::path::Path;
0 commit comments