Compare commits
No commits in common. "master" and "33-lazy-ssh-agent" have entirely different histories.
master
...
33-lazy-ss
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