Skip to content

Commit cbd1e62

Browse files
committed
RFC #320 (Nonzeroing dynamic drop) has been accepted.
1 parent 9db0ece commit cbd1e62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ the direction the language is evolving in.
4545
* [0236-error-conventions.md](text/0236-error-conventions.md)
4646
* [0240-unsafe-api-location.md](text/0240-unsafe-api-location.md)
4747
* [0241-deref-conversions.md](text/0241-deref-conversions.md)
48+
* [0320-nonzeroing-dynamic-drop.md](text/0320-nonzeroing-dynamic-drop.md)
4849
* [0339-statically-sized-literals.md](text/0339-statically-sized-literals.md)
4950
* [0344-conventions-galore.md](text/0344-conventions-galore.md)
5051
* [0356-no-module-prefixes.md](text/0356-no-module-prefixes.md)

active/0000-nonzeroing-dynamic-drop.md renamed to text/0320-nonzeroing-dynamic-drop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-09-24
2-
- RFC PR: (leave this empty)
3-
- Rust Issue: (leave this empty)
2+
- RFC PR: [rust-lang/rfcs#320](https://github.com/rust-lang/rfcs/pull/320)
3+
- Rust Issue: [rust-lang/rust#5016](https://github.com/rust-lang/rust/issues/5016)
44

55
# Summary
66

0 commit comments

Comments
 (0)