diff --git a/src/5_pin.md b/src/5_pin.md index 475b033..8a6e23d 100644 --- a/src/5_pin.md +++ b/src/5_pin.md @@ -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(),