Kaynağa Gözat

Fix PacketMeta doc issues

ssrlive 1 yıl önce
ebeveyn
işleme
a051f8b261
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/phy/mod.rs

+ 2 - 2
src/phy/mod.rs

@@ -149,8 +149,8 @@ pub use self::tuntap_interface::TunTapInterface;
 /// default values and then set the fields you want. This makes adding metadata
 /// fields a non-breaking change.
 ///
-/// ```rust,ignore
-/// let mut meta = PacketMeta::new();
+/// ```rust
+/// let mut meta = smoltcp::phy::PacketMeta::default();
 /// meta.id = 15;
 /// ```
 #[cfg_attr(feature = "defmt", derive(defmt::Format))]