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 9589ee2 commit 73236d7Copy full SHA for 73236d7
src/lib.rs
@@ -46,7 +46,7 @@ pub fn raw<T>(data: T) -> *mut T {
46
47
#[deprecated(
48
since = "0.7.2",
49
- note = "Please use the own_back function instead"
+ note = "Use `own_back<T>()` instead"
50
)]
51
#[allow(missing_docs)]
52
#[cfg(any(feature = "alloc", feature = "std"))]
0 commit comments