-
Notifications
You must be signed in to change notification settings - Fork 10
Zola tweaks #94
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
base: master
Are you sure you want to change the base?
Zola tweaks #94
Conversation
Doesn't happen on normal usecase but can happen if users ignore the error when adding a template and then it could panic
| pub use vm::state::State; | ||
|
|
||
| #[cfg(feature = "glob_fs")] | ||
| #[doc(hidden)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does there happen to be a way to annotate this such that it won't trigger a semver violation later if changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, the idea is just to say that this is private so not covered by semver. I could in theory copy/paste the code in Zola but that seemed like a waste
No description provided.