File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ All features are disabled by default.
53
53
* ` embedded-hal ` : Passthrough to [ w5500-hl] .
54
54
* ` std ` : Passthrough to [ w5500-hl] .
55
55
* ` defmt ` : Enable logging with ` defmt ` . Also a passthrough to [ w5500-hl] .
56
- * ` log ` : Enable logging with ` log ` ..
56
+ * ` log ` : Enable logging with ` log ` .
57
57
58
58
[ w5500-hl ] : https://crates.io/crates/w5500-hl
59
59
[ `std::net` ] : https://doc.rust-lang.org/std/net/index.html
Original file line number Diff line number Diff line change 54
54
//! * `embedded-hal`: Passthrough to [w5500-hl].
55
55
//! * `std`: Passthrough to [w5500-hl].
56
56
//! * `defmt`: Enable logging with `defmt`. Also a passthrough to [w5500-hl].
57
- //! * `log`: Enable logging with `log`..
57
+ //! * `log`: Enable logging with `log`.
58
58
//!
59
59
//! [w5500-hl]: https://crates.io/crates/w5500-hl
60
60
//! [`std::net`]: https://doc.rust-lang.org/std/net/index.html
You can’t perform that action at this time.
0 commit comments