about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-06-04 18:15:19 +0200
committerGitHub <noreply@github.com>2017-06-04 18:15:19 +0200
commita9c2cdc7203ddf74306ed4367223c8bfedf9ae25 (patch)
tree6e21e534f68b408b9a9d13c00a57f0cde8f6ef15 /src
parenta555d49757bb25111d63b18923fd254868d1fb96 (diff)
downloadrust-a9c2cdc7203ddf74306ed4367223c8bfedf9ae25.tar.gz
rust-a9c2cdc7203ddf74306ed4367223c8bfedf9ae25.zip
Update def.rs
Diffstat (limited to 'src')
-rw-r--r--src/librustc/hir/def.rs2
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 {