You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have better Rust Docs for Leo and its sub-crates.
Motivation
For clearer developer documentation.
We should also set up a GitHub Pages to host the master branch version, for the sake of convenience for developers(it should be free).
We should add the clippy flag #![deny(clippy::all, clippy::missing_docs_in_private_items)] to our rust format configuration so this is enforced.
For now, while this rust cargo issue or this clippy issue is not implemented, we should add that line to each package's lib/entry point file.
Implementation
Go comment on all the things.
asg-passes
asg
ast
compiler
errors
examples
imports
input
leo
linter
package
parser
state
synthesizer
test-framework
tests
The text was updated successfully, but these errors were encountered:
🚀 Feature
We should have better Rust Docs for Leo and its sub-crates.
Motivation
For clearer developer documentation.
We should also set up a GitHub Pages to host the master branch version, for the sake of convenience for developers(it should be free).
We should add the clippy flag
#![deny(clippy::all, clippy::missing_docs_in_private_items)]
to our rust format configuration so this is enforced.For now, while this rust cargo issue or this clippy issue is not implemented, we should add that line to each package's lib/entry point file.
Implementation
Go comment on all the things.
The text was updated successfully, but these errors were encountered: