mirror of
https://github.com/G2-Games/minidisc-cli.git
synced 2025-05-03 02:02:54 -05:00
Fixed documentation example
This commit is contained in:
parent
391d0c8599
commit
c49a86ed75
1 changed files with 0 additions and 2 deletions
|
@ -549,7 +549,6 @@ impl NetMDContext {
|
||||||
/// # tokio_test::block_on(async {
|
/// # tokio_test::block_on(async {
|
||||||
/// use minidisc::netmd::DEVICE_IDS_CROSSUSB;
|
/// use minidisc::netmd::DEVICE_IDS_CROSSUSB;
|
||||||
/// use minidisc::netmd::NetMDContext;
|
/// use minidisc::netmd::NetMDContext;
|
||||||
/// use minidisc::netmd::encryption::new_thread_encryptor;
|
|
||||||
/// use minidisc::netmd::interface::{MDTrack, NetMDInterface};
|
/// use minidisc::netmd::interface::{MDTrack, NetMDInterface};
|
||||||
///
|
///
|
||||||
/// // Get the minidisc device from cross_usb
|
/// // Get the minidisc device from cross_usb
|
||||||
|
@ -571,7 +570,6 @@ impl NetMDContext {
|
||||||
/// format: minidisc::netmd::interface::WireFormat::LP2,
|
/// format: minidisc::netmd::interface::WireFormat::LP2,
|
||||||
/// full_width_title: None,
|
/// full_width_title: None,
|
||||||
/// data: track_contents,
|
/// data: track_contents,
|
||||||
/// encrypt_packets_iterator: Box::new(new_thread_encryptor),
|
|
||||||
/// };
|
/// };
|
||||||
///
|
///
|
||||||
/// // Download it to the player!
|
/// // Download it to the player!
|
||||||
|
|
Loading…
Reference in a new issue