Merge pull request #18 from Yoric/patch-1

Typo fix
This commit is contained in:
Carl Fredrik Samson
2020-05-31 11:02:22 +02:00
committed by GitHub

View File

@@ -404,7 +404,7 @@ pub fn main() {
# impl Test {
# fn new(txt: &str) -> Self {
# Test {
# a: let a = String::from(txt),
# a: String::from(txt),
# b: std::ptr::null(),
# _marker: PhantomPinned, // This makes our type `!Unpin`
# }