Skip to content

Commit

Permalink
Rollup merge of rust-lang#108997 - tgross35:patch-1, r=JohnTitor
Browse files Browse the repository at this point in the history
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
  • Loading branch information
matthiaskrgr committed Mar 11, 2023
2 parents 88554d1 + e0d9170 commit d63346c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/compiler-flags/sanitizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ See the [Clang ControlFlowIntegrity documentation][clang-cfi] for more details.
## Example
```text
```rust
#![feature(naked_functions)]
use std::arch::asm;
Expand Down

0 comments on commit d63346c

Please sign in to comment.