From c3fd858f63b4f989112df8fa87f493fafcf7ceea Mon Sep 17 00:00:00 2001 From: Ollie Ford Date: Thu, 8 Jun 2017 01:40:21 +0100 Subject: [PATCH] Remove redundant MIR plugin structure Redundant as of rust-lang/rust#40239. This will be replaced instead with a late-stage lint pass (which is on HIR, but has acces to type tables). --- Cargo.toml | 3 --- tapioca_mir_plugin/Cargo.toml | 9 --------- tapioca_mir_plugin/src/lib.rs | 0 3 files changed, 12 deletions(-) delete mode 100644 tapioca_mir_plugin/Cargo.toml delete mode 100644 tapioca_mir_plugin/src/lib.rs diff --git a/Cargo.toml b/Cargo.toml index 77b3098..0b278e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,3 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" tapioca-derive = {path="tapioca-derive"} - -[dependencies.tapioca_mir_plugin] -path = "tapioca_mir_plugin" diff --git a/tapioca_mir_plugin/Cargo.toml b/tapioca_mir_plugin/Cargo.toml deleted file mode 100644 index 2a0f349..0000000 --- a/tapioca_mir_plugin/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "tapioca_mir_plugin" -version = "0.1.0" -authors = ["Oliver Ford "] - -[lib] -name = "tapioca_mir_plugin" -path = "src/lib.rs" -plugin = true diff --git a/tapioca_mir_plugin/src/lib.rs b/tapioca_mir_plugin/src/lib.rs deleted file mode 100644 index e69de29..0000000