-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -844,6 +844,7 @@ mod tests { | |
} | ||
|
||
#[test] | ||
#[allow(deprecated)] | ||
fn test_append() { | ||
{ | ||
let mut m = DList::new(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c59ef66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at aturon@c59ef66
c59ef66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging aturon/rust/stabilize-mutable-slices = c59ef66 into auto
c59ef66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aturon/rust/stabilize-mutable-slices = c59ef66 merged ok, testing candidate = 5d653c1
c59ef66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1544
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1541
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1536
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1541
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1538
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1537
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1537
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1541
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1535
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1535
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1538
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1192
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1190
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1192
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/26
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/26
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/25
c59ef66
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 5d653c1