Skip to content
Snippets Groups Projects
Commit 8226a68f authored by Ian Jackson's avatar Ian Jackson
Browse files

arti library crate: Add another note about panicking

parent 3b7d37e2
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,10 @@ use tracing::{info, warn};
use std::convert::TryInto;
/// Run the main loop of the proxy.
///
/// # Panics
///
/// Currently, might panic if things go badly enough wrong
pub async fn run<R: Runtime>(
runtime: R,
socks_port: u16,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment