Skip to content

Commit

Permalink
RFC rust-lang#320 (Nonzeroing dynamic drop) has been accepted.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 5, 2015
1 parent 9db0ece commit cbd1e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cbd1e62

Please sign in to comment.