From cd33b87bf9a7f1e08fc73c436db51def4850855a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 1 Apr 2015 09:56:05 -0700 Subject: Bump to 0.1.20 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8d87562..da2ddbc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,7 +36,6 @@ //! [2]: https://github.com/BurntSushi/toml-test #![doc(html_root_url = "http://alexcrichton.com/toml-rs")] -#![feature(core)] #![deny(missing_docs)] #![cfg_attr(test, deny(warnings))] -- cgit v1.2.3