Skip to content

Commit

Permalink
fix(test): doc test had old ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ddystopia committed Jan 16, 2025
1 parent 0e3eda2 commit 655c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//! // or QoS::ExactlyOnce has not been completed (PUBCOMP).
//! // Connect to a broker at localhost - Use a client ID of "test".
//! let mut buffer = [0; 256];
//! let localhost: embedded_nal::IpAddr = "127.0.0.1".parse().unwrap();
//! let localhost: std::net::IpAddr = "127.0.0.1".parse().unwrap();
//! let mut mqtt: Minimq<'_, _, _, minimq::broker::IpBroker> = Minimq::new(
//! std_embedded_nal::Stack::default(),
//! std_embedded_time::StandardClock::default(),
Expand Down

0 comments on commit 655c9d2

Please sign in to comment.