We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5d158b + 0e8f3fd commit 7a406fbCopy full SHA for 7a406fb
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