Skip to content

Commit c3fd858

Browse files
committed
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).
1 parent a5606d4 commit c3fd858

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ serde = "1.0"
1414
serde_derive = "1.0"
1515
serde_json = "1.0"
1616
tapioca-derive = {path="tapioca-derive"}
17-
18-
[dependencies.tapioca_mir_plugin]
19-
path = "tapioca_mir_plugin"

tapioca_mir_plugin/Cargo.toml

-9
This file was deleted.

tapioca_mir_plugin/src/lib.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)