diff --git a/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md b/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md deleted file mode 100644 index 7c91589..0000000 --- a/NEP-2-Catching-up-with-Cpp--and-Rust:-Ownership,-destructors,-unique-pointers.md +++ /dev/null @@ -1,6 +0,0 @@ -Points to answer: - -* When is the destructor called? Does setLen used for shrinking call the destructors? -* How does the assignment operator work? - -