Skip to content

Commit

Permalink
chore: macros crate cleanup (apache#13685)
Browse files Browse the repository at this point in the history
* Remove unused dependencies from macros crate

* rename macro lib to user_doc
  • Loading branch information
findepi authored and zhuliquan committed Dec 11, 2024
1 parent 67260a0 commit 3618cfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion datafusion-cli/Cargo.lock

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

4 changes: 2 additions & 2 deletions datafusion/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ workspace = true

[lib]
name = "datafusion_macros"
path = "src/lib.rs"
# lib.rs to be re-added in the future
path = "src/user_doc.rs"
proc-macro = true

[dependencies]
datafusion-doc = { workspace = true }
proc-macro2 = "1.0"
quote = "1.0.37"
syn = { version = "2.0.79", features = ["full"] }
File renamed without changes.

0 comments on commit 3618cfe

Please sign in to comment.