We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c9162 commit 3b8e604Copy full SHA for 3b8e604
src/io/cursor.rs
@@ -22,6 +22,7 @@ use std::task::{Context, Poll};
22
/// [`Vec`]: https://doc.rust-lang.org/std/vec/struct.Vec.html
23
/// [bytes]: https://doc.rust-lang.org/std/primitive.slice.html
24
/// [`File`]: struct.File.html
25
+#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
26
#[derive(Clone, Debug, Default)]
27
pub struct Cursor<T> {
28
inner: std::io::Cursor<T>,
0 commit comments