Remove example code as it does not compile in CI

Code is QNX/nto specific and will not link on Windows.
This commit is contained in:
Florian Bartels 2022-11-12 09:25:34 +01:00
parent f149837f0d
commit a4cafc8af8

View File

@ -32,7 +32,7 @@ QNX Neutrino toolchain).
### Small example application
```rust
```rust,ignore (platform-specific)
#![no_std]
#![no_main]
#![feature(lang_items)]