We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343e301 commit 1f45821Copy full SHA for 1f45821
modules/contributor/pages/code-style-guide.adoc
@@ -72,6 +72,7 @@ let tls_settings = TlsSettings {};
72
=== Optional function parameters and variables
73
74
Optional function parameters and variables containing `Option` must not use any prefixes or suffixes to indicate the value is of type `Option`.
75
+This rule does not apply to function names like `Client::get_opt()`.
76
77
[WARNING.code-rule,caption=Examples of incorrect code for this rule]
78
====
0 commit comments