We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1dc46 commit c513d2dCopy full SHA for c513d2d
src/string/drain.rs
@@ -4,10 +4,10 @@ use super::StringView;
4
5
/// A draining iterator for `String`.
6
///
7
-/// 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
8
/// documentation for more.
9
10
-/// [`drain`]: String::drain
+/// [`drain`]: crate::String::drain
11
pub struct Drain<'a> {
12
/// Will be used as &'a mut String in the destructor
13
pub(super) string: *mut StringView,
0 commit comments