Typo fix
This commit is contained in:
@@ -404,7 +404,7 @@ pub fn main() {
|
|||||||
# impl Test {
|
# impl Test {
|
||||||
# fn new(txt: &str) -> Self {
|
# fn new(txt: &str) -> Self {
|
||||||
# Test {
|
# Test {
|
||||||
# a: let a = String::from(txt),
|
# a: String::from(txt),
|
||||||
# b: std::ptr::null(),
|
# b: std::ptr::null(),
|
||||||
# _marker: PhantomPinned, // This makes our type `!Unpin`
|
# _marker: PhantomPinned, // This makes our type `!Unpin`
|
||||||
# }
|
# }
|
||||||
|
|||||||
Reference in New Issue
Block a user