From c49a86ed759af2273151a67e98a33eb64670896a Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 15 Aug 2024 00:49:02 -0500 Subject: [PATCH] Fixed documentation example --- src/netmd/commands.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/netmd/commands.rs b/src/netmd/commands.rs index ad9d0ee..6465a08 100644 --- a/src/netmd/commands.rs +++ b/src/netmd/commands.rs @@ -549,7 +549,6 @@ impl NetMDContext { /// # tokio_test::block_on(async { /// use minidisc::netmd::DEVICE_IDS_CROSSUSB; /// use minidisc::netmd::NetMDContext; - /// use minidisc::netmd::encryption::new_thread_encryptor; /// use minidisc::netmd::interface::{MDTrack, NetMDInterface}; /// /// // Get the minidisc device from cross_usb @@ -571,7 +570,6 @@ impl NetMDContext { /// format: minidisc::netmd::interface::WireFormat::LP2, /// full_width_title: None, /// data: track_contents, - /// encrypt_packets_iterator: Box::new(new_thread_encryptor), /// }; /// /// // Download it to the player!