Fail CI on formatting step
This commit is contained in:
parent
444fda0cda
commit
bbea33d9a2
1 changed files with 2 additions and 4 deletions
|
|
@ -24,16 +24,14 @@ async fn main() {
|
||||||
|
|
||||||
eprintln!(" P! [{:?}] {location}: {payload}", ONSET.elapsed());
|
eprintln!(" P! [{:?}] {location}: {payload}", ONSET.elapsed());
|
||||||
|
|
||||||
// let trace = std::backtrace::Backtrace::capture();
|
let trace = std::backtrace::Backtrace::capture();
|
||||||
if trace.status() == std::backtrace::BacktraceStatus::Captured {
|
if trace.status() == std::backtrace::BacktraceStatus::Captured {
|
||||||
eprintln!("\n Stack trace:\n{trace:#?}");
|
eprintln!("\n Stack trace:\n{trace:#?}");
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
let app = Router::new()
|
let app = Router::new()
|
||||||
.route(
|
.route("/", get(|| handlers::navigation::nexus("index.html"))
|
||||||
"/",
|
|
||||||
get(|| handlers::navigation::nexus("index.html"))
|
|
||||||
.post(handlers::navigation::search),
|
.post(handlers::navigation::search),
|
||||||
)
|
)
|
||||||
.route(
|
.route(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue