Update def.rs

This commit is contained in:
bjorn3
2017-06-04 18:15:19 +02:00
committed by GitHub
parent a555d49757
commit a9c2cdc720
+1 -1
View File
@@ -163,7 +163,7 @@ pub fn def_id(&self) -> DefId {
}
}
}
/// A human readable kind name
pub fn kind_name(&self) -> &'static str {
match *self {