-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix macro_rules! export issue by removing proc-macro flag
- Loading branch information
1 parent
f1d73bf
commit 4b079a6
Showing
6 changed files
with
226 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Imported the macro from the macros crate | ||
use datafusion_macros::user_doc_cfg; | ||
|
||
// macro for documentation attributes | ||
user_doc_cfg!(); | ||
|
||
// Include the user_doc module | ||
pub mod user_doc; | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.