diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-16 08:43:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-16 08:43:05 -0400 |
commit | c8aecd14fecc55f5d8a48f793c24e3df68f1483c (patch) | |
tree | c6079bdecc7c06231bde2e04fed3a5b32f5aaf99 /doc | |
parent | 7e50d43f07180c13adbeb0a9f1394490f3c679bb (diff) | |
parent | 6b609ce4356423a28e7b421a9f09849d831a0c6f (diff) | |
download | tor-c8aecd14fecc55f5d8a48f793c24e3df68f1483c.tar.gz tor-c8aecd14fecc55f5d8a48f793c24e3df68f1483c.zip |
Merge branch 'pr275_squashed'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/CodingStandardsRust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HACKING/CodingStandardsRust.md b/doc/HACKING/CodingStandardsRust.md index d9496c08f7..fc562816db 100644 --- a/doc/HACKING/CodingStandardsRust.md +++ b/doc/HACKING/CodingStandardsRust.md @@ -104,7 +104,7 @@ repo. Documentation --------------- -You MUST include `#[deny(missing_docs)]` in your crate. +You MUST include `#![deny(missing_docs)]` in your crate. For function/method comments, you SHOULD include a one-sentence, "first person" description of function behaviour (see requirements for documentation as |