Skip to content

Commit 1440e09

Browse files
committed
libsync: Remove all uses of ~str from libsync
1 parent 7abf6f1 commit 1440e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsync/future.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ mod test {
189189
#[should_fail]
190190
fn test_futurefail() {
191191
let mut f = Future::spawn(proc() fail!());
192-
let _x: ~str = f.get();
192+
let _x: StrBuf = f.get();
193193
}
194194

195195
#[test]

0 commit comments

Comments
 (0)