Skip to content

Commit e60ae80

Browse files
committed
Actually remove libc dependency.
1 parent d501697 commit e60ae80

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ documentation = "http://ssheldon.github.io/rust-objc/dispatch/"
1111
license = "MIT"
1212

1313
exclude = [".gitignore"]
14-
15-
[dependencies]
16-
libc = ">= 0.1, < 0.3"

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ assert!(nums[0] == "2");
4444

4545
#![warn(missing_docs)]
4646

47-
extern crate libc;
48-
4947
use std::cell::UnsafeCell;
5048
use std::ffi::{CStr, CString};
5149
use std::mem;

0 commit comments

Comments
 (0)