From f3facf7b839e4ffd15f82c0b679f04624d3fae2d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 16 Sep 2014 11:21:07 -0700 Subject: [PATCH] Remove `plugin = true` from cargo manifest --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3e4bae5..f6cd721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,3 @@ name = "num" version = "0.0.1" authors = ["The Rust Project Developers"] - -[lib] - -name = "num" -plugin = true