Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old features clone_from_slice and convert #9495

Closed
nox opened this issue Feb 1, 2016 · 2 comments
Closed

Remove old features clone_from_slice and convert #9495

nox opened this issue Feb 1, 2016 · 2 comments

Comments

@nox
Copy link
Member

@nox nox commented Feb 1, 2016

components/canvas/lib.rs:5:12: 5:28 warning: this feature is stable. attribute no longer needed, #[warn(stable_features)] on by default
components/canvas/lib.rs:5 #![feature(clone_from_slice)]
                                      ^~~~~~~~~~~~~~~~
components/gfx/lib.rs:6:75: 6:82 warning: unused or unknown feature, #[warn(unused_features)] on by default
components/gfx/lib.rs:6 #![cfg_attr(any(target_arch = "x86_64", target_arch = "aarch64"), feature(convert))]
                                                                                                  ^~~~~~~
components/compositing/lib.rs:6:12: 6:28 warning: this feature is stable. attribute no longer needed, #[warn(stable_features)] on by default
components/compositing/lib.rs:6 #![feature(clone_from_slice)]
                                           ^~~~~~~~~~~~~~~~
@nox nox changed the title Remove old features convert Remove old features clone_from_slice and convert Feb 1, 2016
@timvandermeij
Copy link
Contributor

@timvandermeij timvandermeij commented Feb 2, 2016

I would like to work on this one.

@jdm jdm added the C-assigned label Feb 2, 2016
@jdm
Copy link
Member

@jdm jdm commented Feb 2, 2016

Go for it!

bors-servo added a commit that referenced this issue Feb 4, 2016
Remove old features 'clone_from_slice' and 'convert'

Fixes #9495.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9512)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Feb 4, 2016
Remove old features 'clone_from_slice' and 'convert'

Fixes #9495.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9512)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Feb 4, 2016
Remove old features 'clone_from_slice' and 'convert'

Fixes #9495.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9512)
<!-- Reviewable:end -->
bors-servo added a commit that referenced this issue Feb 4, 2016
Remove old features 'clone_from_slice' and 'convert'

Fixes #9495.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9512)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.