hecatia-elegua / bilge

Use bitsized types as if they were a feature of rust.
Apache License 2.0
174 stars 18 forks source link

Add documentation to make clippy happy #93

Open 5aitama opened 3 months ago

5aitama commented 3 months ago

Hi, when I use bilge = "0.2" with :

[workspace.lints.rust]
missing_docs = "deny"

I have errors like: image And my code is : image Does bilge not take into account the documentation token of my struct/enum or the functions generated by the macro does bilge not have documentation ?