File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 2ae44a07a9d508d0ad413e70d3152a0f4a087976
2
+ refs/heads/master: f45c6b878ff11ca7d1927f330ee6f2c878893b29
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
+ //! Operations on ASCII strings and characters.
12
+
11
13
use to_str:: { ToStr , ToStrConsume } ;
12
14
use str;
13
15
use cast;
Original file line number Diff line number Diff line change @@ -678,7 +678,6 @@ mod test {
678
678
}
679
679
680
680
#[test]
681
- #[ignore(reason = " FIXME #6211 failing on linux snapshot machine")]
682
681
fn test_serializing_pipes() {
683
682
let (port, chan) = serial::pipe_stream();
684
683
You can’t perform that action at this time.
0 commit comments