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 upmissing documentation through diesel macros #378
Comments
This comment has been minimized.
|
So I can definitely add I'm hesitant to make this change because it can very quickly expand to pretty much any lint out there. |
This comment has been minimized.
|
Now that we are using macros 1.1 we might be able to generate a bit of documentation for these generated modules (macro_rules macros can't do that), e.g. explaining that/when this code was generated, and add a textual description of the schema and how to use it. This might also be nice when using an IDE that can show descriptions for items. |
iamsebastian commentedJul 15, 2016
As I deny missing docs in my actual project, is it possible, to exclude this behaviour from the diesel macros?
My
schema.rslooks like this:... but this keeps throwing errors: