From 7be0abb442090dc3247e691d813450c529c36612 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 31 Aug 2017 14:15:25 -0700 Subject: [PATCH] Remove an unneeded extern crate. --- cranelift/src/cton-util.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cranelift/src/cton-util.rs b/cranelift/src/cton-util.rs index 4e18001a0b..b940947523 100644 --- a/cranelift/src/cton-util.rs +++ b/cranelift/src/cton-util.rs @@ -3,7 +3,6 @@ extern crate cretonne; extern crate cton_reader; extern crate cretonne_wasm; extern crate docopt; -extern crate serde; #[macro_use] extern crate serde_derive; extern crate filecheck;