Skip to content

Commit

Permalink
Merge pull request #94 from indiv0/indiv0/rust-update
Browse files Browse the repository at this point in the history
Update for latest Rust
  • Loading branch information
tomassedovic committed Feb 3, 2015
2 parents 6769ad0 + 0cda89f commit 0654321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(libc, std_misc, path, core, hash, io, collections)]
#![feature(libc, std_misc, path, core, hash, io)]

extern crate libc;
extern crate "tcod-sys" as ffi;
Expand Down
2 changes: 1 addition & 1 deletion tcod-sys/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals,
missing_copy_implementations, raw_pointer_derive)]
#![feature(libc, core)]
#![feature(libc)]
// This is not added by rust-bindgen even though it's used heavily in the
// generated code:
extern crate libc;
Expand Down

0 comments on commit 0654321

Please sign in to comment.