diff --git a/src/librustc/hir/def.rs b/src/librustc/hir/def.rs index 0ebfebd10f7e..c500d770cef0 100644 --- a/src/librustc/hir/def.rs +++ b/src/librustc/hir/def.rs @@ -163,7 +163,7 @@ impl Def { } } } - + /// A human readable kind name pub fn kind_name(&self) -> &'static str { match *self {