We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15a2ef commit 1435297Copy full SHA for 1435297
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 9bae6ec828fdc7f87838ee008cccef90e31b9f84
+refs/heads/master: c67ebf1ef3fa7766ad17059fc953095116eadba9
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/libstd/unstable/mod.rs
@@ -10,8 +10,8 @@
10
11
#![doc(hidden)]
12
13
-use prelude::*;
14
use libc::uintptr_t;
+use kinds::Send;
15
16
pub use core::finally;
17
0 commit comments