From f81d7b61b5923eea4247548c1778d1c71d94ed92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 22 Nov 2020 19:21:45 +0200 Subject: video: Update to 2018 edition --- video/closedcaption/tests/scc_enc.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/closedcaption/tests/scc_enc.rs') diff --git a/video/closedcaption/tests/scc_enc.rs b/video/closedcaption/tests/scc_enc.rs index 2115156c4..e5d00c90b 100644 --- a/video/closedcaption/tests/scc_enc.rs +++ b/video/closedcaption/tests/scc_enc.rs @@ -16,8 +16,7 @@ // Free Software Foundation, Inc., 51 Franklin Street, Suite 500, // Boston, MA 02110-1335, USA. -#[macro_use] -extern crate pretty_assertions; +use pretty_assertions::assert_eq; fn init() { use std::sync::Once; -- cgit v1.2.3