Remove util::breakpoint

This commit is contained in:
Anthony Ramine 2016-07-06 12:04:24 +02:00
parent 23f5264e1c
commit 5f2d5ef748
3 changed files with 4 additions and 10 deletions

View file

@ -6,7 +6,7 @@
#![feature(borrow_state)]
#![feature(box_syntax)]
#![feature(const_fn)]
#![cfg_attr(debug_assertions, feature(core_intrinsics))]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]