Skip to content

std: Collapse SlicePrelude traits #19747

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

Merged
merged 1 commit into from
Dec 16, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This commit collapses the various prelude traits for slices into just one trait:

  • SlicePrelude/SliceAllocPrelude => SliceExt
  • CloneSlicePrelude/CloneSliceAllocPrelude => CloneSliceExt
  • OrdSlicePrelude/OrdSliceAllocPrelude => OrdSliceExt
  • PartialEqSlicePrelude => PartialEqSliceExt

@sfackler
Copy link
Member

Needs a rebase

@alexcrichton alexcrichton force-pushed the slice-one-trait branch 2 times, most recently from fada346 to 7f39839 Compare December 14, 2014 02:36
This commit collapses the various prelude traits for slices into just one trait:

* SlicePrelude/SliceAllocPrelude => SliceExt
* CloneSlicePrelude/CloneSliceAllocPrelude => CloneSliceExt
* OrdSlicePrelude/OrdSliceAllocPrelude => OrdSliceExt
* PartialEqSlicePrelude => PartialEqSliceExt
bors added a commit that referenced this pull request Dec 15, 2014
This commit collapses the various prelude traits for slices into just one trait:

* SlicePrelude/SliceAllocPrelude => SliceExt
* CloneSlicePrelude/CloneSliceAllocPrelude => CloneSliceExt
* OrdSlicePrelude/OrdSliceAllocPrelude => OrdSliceExt
* PartialEqSlicePrelude => PartialEqSliceExt
bors added a commit that referenced this pull request Dec 16, 2014
This commit collapses the various prelude traits for slices into just one trait:

* SlicePrelude/SliceAllocPrelude => SliceExt
* CloneSlicePrelude/CloneSliceAllocPrelude => CloneSliceExt
* OrdSlicePrelude/OrdSliceAllocPrelude => OrdSliceExt
* PartialEqSlicePrelude => PartialEqSliceExt
@bors bors merged commit 7741516 into rust-lang:master Dec 16, 2014
@liigo
Copy link
Contributor

liigo commented Dec 16, 2014

Great! I like that *Prelude disappeared.
2014年12月16日 下午12:12于 "bors" notifications@github.com写道:

Merged #19747 #19747.


Reply to this email directly or view it on GitHub
#19747 (comment).

@alexcrichton alexcrichton deleted the slice-one-trait branch December 17, 2014 21:13
lnicola pushed a commit to lnicola/rust that referenced this pull request May 20, 2025
fix: Fix `move_bounds` assists not working for lifetimes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants