nodrop: Add feature flag use_needs_drop; Tag version 0.1.5

This commit is contained in:
bluss
2015-12-14 04:21:44 +01:00
parent 1921048acd
commit 2d55a2d507
4 changed files with 43 additions and 8 deletions
+12 -2
View File
@@ -19,8 +19,8 @@ __ http://bluss.github.io/arrayvec
.. |crates2| image:: http://meritbadge.herokuapp.com/nodrop
.. _crates2: https://crates.io/crates/nodrop
Recent Changes
--------------
Recent Changes (arrayvec)
-------------------------
- 0.3.12
@@ -44,6 +44,16 @@ Recent Changes
- Added method .into_inner()
- Added unsafe method .set_len()
Recent Changes (nodrop)
-----------------------
- 0.1.5
- Added crate feature ``use_needs_drop`` which is a nightly-only
optimization, which skips overwriting if the inner value does not need
drop.
License
=======