summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-16 08:43:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-16 08:43:05 -0400
commitc8aecd14fecc55f5d8a48f793c24e3df68f1483c (patch)
treec6079bdecc7c06231bde2e04fed3a5b32f5aaf99 /doc
parent7e50d43f07180c13adbeb0a9f1394490f3c679bb (diff)
parent6b609ce4356423a28e7b421a9f09849d831a0c6f (diff)
downloadtor-c8aecd14fecc55f5d8a48f793c24e3df68f1483c.tar.gz
tor-c8aecd14fecc55f5d8a48f793c24e3df68f1483c.zip
Merge branch 'pr275_squashed'
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING/CodingStandardsRust.md2
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