Compare commits
No commits in common. "9a4841b9d979a720568febfaef874c0cffbc4360" and "aa8a62436073032af8b50aadbd6820d137ef7997" have entirely different histories.
9a4841b9d9
...
aa8a624360
10
src/main.rs
10
src/main.rs
@ -835,14 +835,8 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
match Application::<Prod>::default().run() {
|
||||
Ok(_) => {}
|
||||
Err(e) => {
|
||||
eprintln!("{}", e);
|
||||
std::process::exit(1);
|
||||
}
|
||||
}
|
||||
fn main() -> Result<(), String> {
|
||||
Application::<Prod>::default().run()
|
||||
}
|
||||
|
||||
fn parse_server_configuration<F>(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user