-
Notifications
You must be signed in to change notification settings - Fork 64
Fix paths in SystemData macro #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Iirc this is commonly used via a re-export from |
Through specs you have So maybe if there aren't leading any |
Another alternative might be to stop re-exporting the macro in specs and require the user to depend on shred to get the macro.... although specs also re-exports shred so users could still try to use the macro without depending on specs... I think having no leading We could add an attribute to the macro for providing the path to shred (like |
Removed leading |
* fix paths in SystemData macro * remove leading :: * revert unintended changes * add missed path * fix examples and tests without default features
No description provided.