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());
|
||||
|
||||
// let trace = std::backtrace::Backtrace::capture();
|
||||
let trace = std::backtrace::Backtrace::capture();
|
||||
if trace.status() == std::backtrace::BacktraceStatus::Captured {
|
||||
eprintln!("\n Stack trace:\n{trace:#?}");
|
||||
}
|
||||
}));
|
||||
|
||||
let app = Router::new()
|
||||
.route(
|
||||
"/",
|
||||
get(|| handlers::navigation::nexus("index.html"))
|
||||
.route("/", get(|| handlers::navigation::nexus("index.html"))
|
||||
.post(handlers::navigation::search),
|
||||
)
|
||||
.route(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue