From 12d943f49353cf74c59998abe037add04c0867c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Tue, 20 Jan 2015 16:00:06 +0100 Subject: [PATCH] Fixed a warning about globs: this feature was added to Rust. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 8273005..007ee13 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,8 +12,6 @@ #![crate_type = "dylib"] #![crate_type = "rlib"] -#![feature(globs)] - extern crate libc; pub use xlib::*;