From a9c2cdc7203ddf74306ed4367223c8bfedf9ae25 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 4 Jun 2017 18:15:19 +0200 Subject: [PATCH] Update def.rs --- src/librustc/hir/def.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {