mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 23:04:40 +00:00
Fix rustdoc build
This commit is contained in:
parent
2f1dc46463
commit
c513d2d78f
@ -4,10 +4,10 @@ use super::StringView;
|
|||||||
|
|
||||||
/// A draining iterator for `String`.
|
/// A draining iterator for `String`.
|
||||||
///
|
///
|
||||||
/// This struct is created by the [`drain`] method on [`String`]. See its
|
/// This struct is created by the [`drain`] method on [`crate::String`]. See its
|
||||||
/// documentation for more.
|
/// documentation for more.
|
||||||
///
|
///
|
||||||
/// [`drain`]: String::drain
|
/// [`drain`]: crate::String::drain
|
||||||
pub struct Drain<'a> {
|
pub struct Drain<'a> {
|
||||||
/// Will be used as &'a mut String in the destructor
|
/// Will be used as &'a mut String in the destructor
|
||||||
pub(super) string: *mut StringView,
|
pub(super) string: *mut StringView,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user