1
Fork 0

Stabilize todo macro

This commit is contained in:
Stjepan Glavina 2019-06-16 01:24:37 +02:00
parent 7096ff0ce1
commit 8e3b9d2118
2 changed files with 10 additions and 7 deletions

View file

@ -298,7 +298,6 @@
#![feature(stmt_expr_attributes)]
#![feature(str_internals)]
#![feature(thread_local)]
#![feature(todo_macro)]
#![feature(toowned_clone_into)]
#![feature(try_reserve)]
#![feature(unboxed_closures)]