]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/cstore.rs
Rollup merge of #41249 - GuillaumeGomez:rustdoc-render, r=steveklabnik,frewsxcv
[rust.git] / src / librustc / middle / cstore.rs
index 81cf24e58dda4f52bbf3394bee721eae3358570a..cbbfeacadb4087a2e8912bb415986d57435ec605 100644 (file)
@@ -53,7 +53,6 @@
 
 #[derive(Clone, Debug)]
 pub struct LinkMeta {
-    pub crate_name: Symbol,
     pub crate_hash: Svh,
 }