Skip to content

Commit 5428ca7

Browse files
committed
ndk: Remove link to SafeMidiDeviceBox from the module-level doc-comment of ndk::midi::safe
1 parent 8c64160 commit 5428ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ndk/src/midi/safe.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Safe bindings for [`AMidiDevice`], [`AMidiInputPort`], and [`AMidiOutputPort`]
22
//!
3-
//! Provides implementation of [`SafeMidiDeviceBox`] that ensures the current thread is attached to
3+
//! Provides implementation of `SafeMidiDeviceBox` that ensures the current thread is attached to
44
//! the Java VM when being dropped, which is required by [`AMidiDevice_release`]. All other types
5-
//! of this module holds an [`Arc<SafeMidiDeviceBox>`].
5+
//! of this module holds an [`Arc`] of `SafeMidiDeviceBox`.
66
//!
77
//! [`AMidiDevice`]: https://developer.android.com/ndk/reference/group/midi#amididevice
88
//! [`AMidiDevice_release`]: https://developer.android.com/ndk/reference/group/midi#amididevice_release

0 commit comments

Comments
 (0)