X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frun-pass%2Fsync-send-iterators-in-libcollections.rs;h=e096fb3bbaef723a60aea7d1d43b5656cbe14de4;hb=c3a63970dee2422e2fcc79d8b99303b4b046f444;hp=903532e9bc80ac325af1e4f4b34b07783da83468;hpb=adc5e8f811aef652fff9c7e15fe2aabbd601b777;p=rust.git diff --git a/src/test/run-pass/sync-send-iterators-in-libcollections.rs b/src/test/run-pass/sync-send-iterators-in-libcollections.rs index 903532e9bc8..e096fb3bbae 100644 --- a/src/test/run-pass/sync-send-iterators-in-libcollections.rs +++ b/src/test/run-pass/sync-send-iterators-in-libcollections.rs @@ -18,8 +18,8 @@ use std::collections::HashMap; use std::collections::HashSet; -use std::collections::Bound::Included; use std::mem; +use std::ops::Bound::Included; fn is_sync(_: T) where T: Sync {} fn is_send(_: T) where T: Send {}