diff --git a/docs/quick_start.md b/docs/quick_start.md index 2c5ada89..75f37043 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -77,7 +77,7 @@ impl ProxyHttp for LB { .select(b"", 256) // hash doesn't matter for round robin .unwrap(); - println!("upstream peer is: {:upstream?}"); + println!("upstream peer is: {upstream:?}"); // Set SNI to one.one.one.one let peer = Box::new(HttpPeer::new(upstream, true, "one.one.one.one".to_string()));