Avoid trying to disable removed fat_ptr_transmutes
antifeature.
The antifeature was removed from rustc in 2014, according to a new warning, so this was doing nothing.
This commit is contained in:
parent
24114ed805
commit
72f5e2ebf0
1
build.rs
1
build.rs
@ -20,7 +20,6 @@
|
||||
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -53,7 +53,6 @@
|
||||
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
fat_ptr_transmutes,
|
||||
trivial_casts,
|
||||
unused_extern_crates,
|
||||
unused_import_braces,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
@ -15,7 +15,6 @@
|
||||
#![forbid(
|
||||
anonymous_parameters,
|
||||
box_pointers,
|
||||
fat_ptr_transmutes,
|
||||
legacy_directory_ownership,
|
||||
missing_copy_implementations,
|
||||
missing_debug_implementations,
|
||||
|
Loading…
x
Reference in New Issue
Block a user