We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
code-block
1 parent b5d158b commit 0e8f3fdCopy full SHA for 0e8f3fd
1 file changed
Documentation/rust/coding-guidelines.rst
@@ -53,6 +53,8 @@ the one at:
53
54
This is how a well-documented Rust function may look like::
55
56
+.. code-block:: rust
57
+
58
/// Returns the contained [`Some`] value, consuming the `self` value,
59
/// without checking that the value is not [`None`].
60
///
0 commit comments