diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-06-04 18:15:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-04 18:15:19 +0200 |
| commit | a9c2cdc7203ddf74306ed4367223c8bfedf9ae25 (patch) | |
| tree | 6e21e534f68b408b9a9d13c00a57f0cde8f6ef15 /src | |
| parent | a555d49757bb25111d63b18923fd254868d1fb96 (diff) | |
| download | rust-a9c2cdc7203ddf74306ed4367223c8bfedf9ae25.tar.gz rust-a9c2cdc7203ddf74306ed4367223c8bfedf9ae25.zip | |
Update def.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/hir/def.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/hir/def.rs b/src/librustc/hir/def.rs index 0ebfebd10f7..c500d770cef 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 { |
