Fail CI on formatting step

This commit is contained in:
Juno Takano 2025-12-13 20:37:49 -03:00
commit bbea33d9a2

View file

@ -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(