diff --git a/README.md b/README.md index f26e2aed59b77..c1456d9368eea 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ the direction the language is evolving in. * [0236-error-conventions.md](text/0236-error-conventions.md) * [0240-unsafe-api-location.md](text/0240-unsafe-api-location.md) * [0241-deref-conversions.md](text/0241-deref-conversions.md) +* [0320-nonzeroing-dynamic-drop.md](text/0320-nonzeroing-dynamic-drop.md) * [0339-statically-sized-literals.md](text/0339-statically-sized-literals.md) * [0344-conventions-galore.md](text/0344-conventions-galore.md) * [0356-no-module-prefixes.md](text/0356-no-module-prefixes.md) diff --git a/active/0000-nonzeroing-dynamic-drop.md b/text/0320-nonzeroing-dynamic-drop.md similarity index 99% rename from active/0000-nonzeroing-dynamic-drop.md rename to text/0320-nonzeroing-dynamic-drop.md index ab056fb1b734c..ea1a95bde82d5 100644 --- a/active/0000-nonzeroing-dynamic-drop.md +++ b/text/0320-nonzeroing-dynamic-drop.md @@ -1,6 +1,6 @@ - Start Date: 2014-09-24 -- RFC PR: (leave this empty) -- Rust Issue: (leave this empty) +- RFC PR: [rust-lang/rfcs#320](https://github.com/rust-lang/rfcs/pull/320) +- Rust Issue: [rust-lang/rust#5016](https://github.com/rust-lang/rust/issues/5016) # Summary