diff options
Diffstat (limited to 'components/canvas_traits/webgl_channel/mpsc.rs')
-rw-r--r-- | components/canvas_traits/webgl_channel/mpsc.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/canvas_traits/webgl_channel/mpsc.rs b/components/canvas_traits/webgl_channel/mpsc.rs index 8e34bda8e9b..b7d0bfcc3da 100644 --- a/components/canvas_traits/webgl_channel/mpsc.rs +++ b/components/canvas_traits/webgl_channel/mpsc.rs @@ -2,8 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -use serde::{Deserialize, Serialize}; -use serde::{Deserializer, Serializer}; +use serde::{Deserialize, Deserializer, Serialize, Serializer}; macro_rules! unreachable_serializable { ($name:ident) => { |