Remove dead code line in Pin chapter

This commit is contained in:
Paul Weaver
2021-04-18 23:41:56 +01:00
parent e4ac8419e4
commit 6911e5a875

View File

@@ -289,7 +289,6 @@ struct Test {
impl Test {
fn new(txt: &str) -> Self {
let a = String::from(txt);
Test {
a: String::from(txt),
b: std::ptr::null(),