Skip to content

Commit

Permalink
Remove example code as it does not compile in CI
Browse files Browse the repository at this point in the history
Code is QNX/nto specific and will not link on Windows.
  • Loading branch information
flba-eb committed Nov 12, 2022
1 parent f149837 commit a4cafc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/nto-qnx.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ QNX Neutrino toolchain).

### Small example application

```rust
```rust,ignore (platform-specific)
#![no_std]
#![no_main]
#![feature(lang_items)]
Expand Down

0 comments on commit a4cafc8

Please sign in to comment.