From 92b45148957dc40e0aa6d7d441f55fe8033c2bd5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Fri, 14 Oct 2016 12:00:25 -0600 Subject: [PATCH] Fixes for updating submodules --- lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.rs b/lib.rs index d71af53b..da193a0a 100644 --- a/lib.rs +++ b/lib.rs @@ -73,7 +73,6 @@ #![feature(drop_types_in_const)] #![feature(heap_api)] #![feature(integer_atomics)] -#![feature(question_mark)] #![feature(never_type)] #![feature(thread_local)] #![no_std] -- GitLab