Skip to content

Commit d461444

Browse files
authored
Rollup merge of rust-lang#108997 - tgross35:patch-1, r=JohnTitor
Change text -> rust highlighting in sanitizer.md Not sure why this has syntax highlighting turned off, but it doesn't need to be Relevant page: https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html
2 parents 350df98 + e0d9170 commit d461444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/sanitizer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ See the [Clang ControlFlowIntegrity documentation][clang-cfi] for more details.
213213
214214
## Example
215215
216-
```text
216+
```rust
217217
#![feature(naked_functions)]
218218
219219
use std::arch::asm;

0 commit comments

Comments
 (0)