fix master

This commit is contained in:
Oliver Schneider 2016-06-20 12:33:54 +02:00
parent a1082b9b1a
commit ed4af21605
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -1,3 +1,5 @@
#![feature(specialization)]
trait IsUnit {
fn is_unit() -> bool;
}