Skip to content

Commit

Permalink
feat: Do not generate the the raw constants outside
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 16, 2024
1 parent 0dc67f6 commit 3d9a054
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 366 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ exclude = ["/tests", "/.github"]
proc-macro = true

[dependencies]
syn = { version = "2", features = [
"full",
"parsing",
"printing",
"proc-macro",
], default-features = false }
syn = { version = "2", features = ["full", "parsing", "printing", "proc-macro"], default-features = false }
quote = { version = "1", default-features = false }

[[test]]
Expand Down
350 changes: 0 additions & 350 deletions src/example_generated.rs

This file was deleted.

Loading

0 comments on commit 3d9a054

Please sign in to comment.