diff options
author | Till Höppner | 2016-02-25 18:50:23 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-25 18:50:23 +0100 |
commit | 22f83ec660ad9d6ea2b7062ecea40394829f75b6 (patch) | |
tree | 9ae3690523ed313b81a8939ba528b6f522ae9ad4 /base/src | |
parent | 11c4fdc0feb9261cc7222c7ed9b391219c923784 (diff) | |
download | ilc-0.2.2.tar.gz ilc-0.2.2.tar.xz ilc-0.2.2.zip |
Fix pub usesv0.2.2
Diffstat (limited to 'base/src')
-rw-r--r-- | base/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/src/lib.rs b/base/src/lib.rs index 44f6110..1f56dcd 100644 --- a/base/src/lib.rs +++ b/base/src/lib.rs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![feature(slice_patterns)] extern crate chrono; #[macro_use] extern crate log; |