Skip to content

Commit

Permalink
Update console-subscriber/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hds authored Feb 13, 2024
1 parent e887798 commit 0fd9df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console-subscriber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ impl Server {
/// .add_service(instrument_server);
/// let serve = router.serve(std::net::SocketAddr::new(
/// std::net::IpAddr::V4(std::net::Ipv4Addr::new(127, 0, 0, 1)),
/// // 6669 is a restricted port on Chrome, so we cannot use it. We use a different port instead.
/// // 6669 is a restricted port on Chrome, so we cannot use it. We use a different port instead.
/// 9999,
/// ));
///
Expand Down

0 comments on commit 0fd9df4

Please sign in to comment.