Fix build breakage with Rust Nightly.

`drop_with_repr_extern` was removed when Drop flags were removed.
This commit is contained in:
Brian Smith 2016-08-26 23:15:24 -10:00
parent 89ab6d265c
commit 5212701f46
3 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@ license-file = "LICENSE"
name = "ring"
readme = "README.md"
repository = "https://github.com/briansmith/ring"
version = "0.3.0"
version = "0.3.1"
keywords = [ "crypto", "rand", "signature", "AEAD", "RSA" ]
exclude = [

View File

@ -19,7 +19,6 @@
const_err,
dead_code,
deprecated,
drop_with_repr_extern,
exceeding_bitshifts,
fat_ptr_transmutes,
improper_ctypes,

View File

@ -44,7 +44,6 @@
const_err,
dead_code,
deprecated,
drop_with_repr_extern,
exceeding_bitshifts,
fat_ptr_transmutes,
improper_ctypes,