Remove dead code line in Pin chapter
This commit is contained in:
@@ -289,7 +289,6 @@ struct Test {
|
|||||||
|
|
||||||
impl Test {
|
impl Test {
|
||||||
fn new(txt: &str) -> Self {
|
fn new(txt: &str) -> Self {
|
||||||
let a = String::from(txt);
|
|
||||||
Test {
|
Test {
|
||||||
a: String::from(txt),
|
a: String::from(txt),
|
||||||
b: std::ptr::null(),
|
b: std::ptr::null(),
|
||||||
|
|||||||
Reference in New Issue
Block a user