Skip to content

Commit 035fd3b

Browse files
authored
chore: macros crate cleanup (#13685)
* Remove unused dependencies from macros crate * rename macro lib to user_doc
1 parent 1b4c0a4 commit 035fd3b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

datafusion-cli/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ workspace = true
3232

3333
[lib]
3434
name = "datafusion_macros"
35-
path = "src/lib.rs"
35+
# lib.rs to be re-added in the future
36+
path = "src/user_doc.rs"
3637
proc-macro = true
3738

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

0 commit comments

Comments
 (0)