Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line after documentation in rust ? #2

Open
gbersac opened this issue Oct 10, 2015 · 0 comments
Open

Line after documentation in rust ? #2

gbersac opened this issue Oct 10, 2015 · 0 comments

Comments

@gbersac
Copy link

gbersac commented Oct 10, 2015

With a friend of mine, we are coding in rust and we don't know if we should write documentation this way :

/// documentation
fn myfn() {
}

or this way :

/// documentation

fn myfn() {
}

This may seems silly, but you know, choosing style guideline always end up in holy war.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant