Skip to content

Commit

Permalink
Remove redundant MIR plugin structure
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
OJFord committed Jun 8, 2017
1 parent a5606d4 commit c3fd858
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
9 changes: 0 additions & 9 deletions tapioca_mir_plugin/Cargo.toml

This file was deleted.

Empty file removed tapioca_mir_plugin/src/lib.rs
Empty file.

0 comments on commit c3fd858

Please sign in to comment.