1
Fork 0

squelch warnings in tests

This commit is contained in:
Niko Matsakis 2012-06-01 11:10:27 -07:00
parent 6c6ad229a3
commit dd8f76c619
2 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ mod tests {
#[test]
fn auto_share_arc() {
let v = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];
let (res, arc_c) = shared_arc(v);
let (_res, arc_c) = shared_arc(v);
let p = port();
let c = chan(p);