mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
remove unused import
This commit is contained in:
parent
a9329b250d
commit
7ea268a5d1
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
use core::fmt;
|
use core::fmt;
|
||||||
use libc;
|
|
||||||
|
|
||||||
// A list of C functions that are being imported
|
// A list of C functions that are being imported
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue