Skip to content

Commit

Permalink
Remove fe-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Jun 29, 2024
1 parent dce1e09 commit 28fe40c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 156 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/driver2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ codespan-reporting = "0.11"

hir = { path = "../hir", package = "fe-hir" }
common = { path = "../common2", package = "fe-common2" }
macros = { path = "../macros", package = "fe-macros" }
hir-analysis = { path = "../hir-analysis", package = "fe-hir-analysis" }
camino = "1.1.4"
clap = { version = "4.3", features = ["derive"] }
1 change: 0 additions & 1 deletion crates/hir-analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ bitflags = "2.5"
cranelift-entity = "0.91"
hir = { path = "../hir", package = "fe-hir" }
common = { path = "../common2", package = "fe-common2" }
macros = { path = "../macros", package = "fe-macros" }

[dev-dependencies]
codespan-reporting = "0.11"
Expand Down
1 change: 0 additions & 1 deletion crates/hir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ dot2 = "1.0"

common = { path = "../common2", package = "fe-common2" }
parser = { path = "../parser2", package = "fe-parser2" }
macros = { path = "../macros", package = "fe-macros" }
17 changes: 0 additions & 17 deletions crates/macros/Cargo.toml

This file was deleted.

111 changes: 0 additions & 111 deletions crates/macros/src/kw.rs

This file was deleted.

12 changes: 0 additions & 12 deletions crates/macros/src/lib.rs

This file was deleted.

0 comments on commit 28fe40c

Please sign in to comment.