diff --git a/roc_std/src/lib.rs b/roc_std/src/lib.rs index cb95253e10..2020ee0b89 100644 --- a/roc_std/src/lib.rs +++ b/roc_std/src/lib.rs @@ -1,7 +1,6 @@ #![crate_type = "lib"] #![no_std] use core::fmt; -use libc; // A list of C functions that are being imported extern "C" {