Make build work with rustc 1.37 stable and RUSTC_BOOTSTRAP=1 (#3844)

* Make build work with rustc 1.37 stable and RUSTC_BOOTSTRAP=1

* Bump versions to run CI
This commit is contained in:
Ximin Luo
2019-10-18 16:15:05 +01:00
committed by Gavin Wood
parent 3963bb58ff
commit b618d8f0b2
3 changed files with 8 additions and 4 deletions
-1
View File
@@ -14,7 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
#[cfg(feature = "nightly")]
#[doc(hidden)]
pub extern crate alloc;