diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-06-14 11:03:34 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-15 23:30:24 -0700 |
| commit | 89b0e6e12ba2fb24ec0e6655a1130c16eb8d1745 (patch) | |
| tree | 842308cfd38935989d625db41ffdd22758f8acdb /src/libstd/io/signal.rs | |
| parent | 6d8342f5e9f7093694548e761ee7df4f55243f3f (diff) | |
| download | rust-89b0e6e12ba2fb24ec0e6655a1130c16eb8d1745.tar.gz rust-89b0e6e12ba2fb24ec0e6655a1130c16eb8d1745.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/io/signal.rs')
| -rw-r--r-- | src/libstd/io/signal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/signal.rs b/src/libstd/io/signal.rs index 598a8667d41..4a7655a63ce 100644 --- a/src/libstd/io/signal.rs +++ b/src/libstd/io/signal.rs @@ -82,7 +82,7 @@ pub enum Signum { /// ``` pub struct Listener { /// A map from signums to handles to keep the handles in memory - handles: Vec<(Signum, Box<RtioSignal:Send>)>, + handles: Vec<(Signum, Box<RtioSignal + Send>)>, /// This is where all the handles send signums, which are received by /// the clients from the receiver. tx: Sender<Signum>, |
