mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 21:10:28 +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`.
|
||||
///
|
||||
/// 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.
|
||||
///
|
||||
/// [`drain`]: String::drain
|
||||
/// [`drain`]: crate::String::drain
|
||||
pub struct Drain<'a> {
|
||||
/// Will be used as &'a mut String in the destructor
|
||||
pub(super) string: *mut StringView,
|
||||
|
Loading…
x
Reference in New Issue
Block a user