Update crossbeam-channel to 0.3

This commit is contained in:
Bastien Orivel 2018-11-07 19:48:07 +01:00
parent 76195e0779
commit 9a7eeb349a
74 changed files with 303 additions and 521 deletions

View file

@ -6,9 +6,9 @@
#![deny(missing_docs)]
use crossbeam_channel::Sender;
use ipc_channel::ipc::{self, IpcSender};
use ipc_channel::router::ROUTER;
use servo_channel::Sender;
use std::marker::Send;
/// A trait to abstract away the various kinds of message senders we use.