Remove rlibc and use compiler-builtins-mem feature (#865)

This commit is contained in:
Rob Gries
2020-10-02 17:14:25 -04:00
committed by GitHub
parent 49dce7ada7
commit 4e38e7ddf8
4 changed files with 1 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
#![no_std]
#![no_main]
extern crate rlibc;
use core::panic::PanicInfo;
static HELLO: &[u8] = b"Hello World!";