Adds automatic docs for setters to avoid getting missing_docs lint for them. The automatic docs are rather dumb, but may be still useful. Anyway, it's not conventional to put docs on every function parameter or struct field. The docs suggest consulting the start function's docs that returns the builder.
Fixes https://github.com/elastio/bon/issues/38
Adds automatic docs for setters to avoid getting
missing_docs
lint for them. The automatic docs are rather dumb, but may be still useful. Anyway, it's not conventional to put docs on every function parameter or struct field. The docs suggest consulting the start function's docs that returns the builder.