File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Crash backtraces
108108When the project crashes, a crash backtrace is printed to the standard error stream. This is what
109109it can look like in a build with debug symbols:
110110
111- ::
111+ .. code-block :: none
112112
113113 ================================================================
114114 handle_crash: Program crashed with signal 4
@@ -135,7 +135,7 @@ it can look like in a build with debug symbols:
135135
136136 On the other hand, without debug symbols, it will look like this instead:
137137
138- ::
138+ .. code-block :: none
139139
140140 ================================================================
141141 handle_crash: Program crashed with signal 4
@@ -256,7 +256,7 @@ or :ref:`push_warning() <class_@GlobalScope_method_push_warning>` in
256256as the original message. This message is not available in the custom logger,
257257which is what prevents infinite recursion from occurring:
258258
259- ::
259+ .. code-block :: none
260260
261261 While attempting to print a message, another message was printed:
262262 ...
You can’t perform that action at this time.
0 commit comments