Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCould not build crate using diesel with #![deny(missing_docs)] #845
Comments
This comment has been minimized.
|
Dupe of #378, still very much a valid bug. Does |
killercup
closed this
Apr 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
weiznich commentedApr 6, 2017
I would like to build my own crate using diesel with
#![deny(missing_docs)]to force everyone to write at least documentation for all public items. Even if every public item is documented this will fail because of the diesel generated code.It seems like there is no way to document the column structs generated by the table macro.
Minimal Example:
Error messages: