Skip to content

Commit 32ee6da

Browse files
committed
rename macro lib to user_doc
1 parent 9581033 commit 32ee6da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datafusion/macros/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ 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]
File renamed without changes.

0 commit comments

Comments
 (0)