File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
- Feature Name: drain-range
2
2
- Start Date: 2015-08-14
3
- - RFC PR: (leave this empty )
4
- - Rust Issue: (leave this empty )
3
+ - RFC PR: [ rust-lang/rfcs # 1257 ] ( https://github.com/rust-lang/rfcs/pull/1257 )
4
+ - Rust Issue: [ rust-lang/rust # 27711 ] ( https://github.com/rust-lang/rust/issues/27711 )
5
5
6
6
# Summary
7
7
@@ -106,7 +106,7 @@ The following will be heading towards stabilization after changes:
106
106
107
107
- Use the name `. remove_range (a .. b )` instead of `. drain (a .. b )`. Since the method
108
108
has two simultaneous roles , removing a range and yielding a range as an iterator ,
109
- either role could guide the name .
109
+ either role could guide the name .
110
110
This alternative name was not very popular with the rust developers I asked
111
111
(but they are already used to what `drain ` means in rust context ).
112
112
You can’t perform that action at this time.
0 commit comments