File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ Options
39
39
40
40
.. option :: StrictMode
41
41
42
- A variable X can be referenced by another variable R . In this case the last
43
- variable usage might be not from X , but from R . It is quite difficult to
44
- find in a large function, so if the plugin sees some R references X , then
45
- it will not emit a warning for X not to provoke false positive. If you're
46
- sure that such references don't extend X' lifetime and ready to handle possible
42
+ A variable `` X `` can be referenced by another variable `` R `` . In this case the last
43
+ variable usage might be not from `` X `` , but from `` R `` . It is quite difficult to
44
+ find in a large function, so if the plugin sees some `` R `` references `` X `` , then
45
+ it will not emit a warning for `` X `` not to provoke false positive. If you're
46
+ sure that such references don't extend `` X `` lifetime and ready to handle possible
47
47
false positives, then set `StrictMode ` to `false `. Defaults to `true `.
You can’t perform that action at this time.
0 commit comments