Skip to content

Commit 819a4c3

Browse files
committed
delete formality-decl, formality-mir
1 parent 121f69f commit 819a4c3

File tree

15 files changed

+8
-990
lines changed

15 files changed

+8
-990
lines changed

Cargo.lock

Lines changed: 1 addition & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ members = [
2222
"crates/formality-macros",
2323
"crates/formality-core",
2424
"crates/formality-types",
25-
"crates/formality-decl",
26-
"crates/formality-mir",
2725
"crates/formality-check",
2826
"crates/formality-rust",
2927
"crates/formality-main",

crates/formality-check/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ edition = "2021"
99
formality-types = { path = "../formality-types" }
1010
formality-macros = { path = "../formality-macros" }
1111
formality-core = { path = "../formality-core" }
12-
formality-decl = { path = "../formality-decl" }
13-
formality-mir = { path = "../formality-mir" }
12+
formality-rust = { path = "../formality-rust" }
1413
tracing = "0.1"
1514
contracts = "0.6.3"
1615
anyhow = "1.0.66"

crates/formality-decl/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

crates/formality-decl/src/db.rs

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)