Skip to content

Commit

Permalink
Remove old features 'clone_from_slice' and 'convert'
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Feb 2, 2016
1 parent ea385fd commit a9472ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion components/canvas/lib.rs
Expand Up @@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#![feature(clone_from_slice)]
#![feature(nonzero)]
#![feature(plugin)]
#![plugin(plugins)]
Expand Down
1 change: 0 additions & 1 deletion components/compositing/lib.rs
Expand Up @@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#![feature(box_syntax)]
#![feature(clone_from_slice)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(mpsc_select)]
Expand Down
1 change: 0 additions & 1 deletion components/gfx/lib.rs
Expand Up @@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// For simd (currently x86_64/aarch64)
#![cfg_attr(any(target_arch = "x86_64", target_arch = "aarch64"), feature(convert))]
#![cfg_attr(any(target_os = "linux", target_os = "android", target_os = "windows"), feature(heap_api))]

#![feature(alloc)]
Expand Down

0 comments on commit a9472ed

Please sign in to comment.