fix master

This commit is contained in:
Oliver Schneider
2016-06-20 12:33:54 +02:00
parent a1082b9b1a
commit ed4af21605
+2
View File
@@ -1,3 +1,5 @@
#![feature(specialization)]
trait IsUnit {
fn is_unit() -> bool;
}