]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/render/write_shared.rs
Auto merge of #106696 - kylematsuda:early-binder, r=lcnr
[rust.git] / src / librustdoc / html / render / write_shared.rs
index 3ea4c4bea8828fbc4fbfdb8738b76b6501d9726a..ca3e9916487aad060546b9ac358d9f3a7fb20515 100644 (file)
@@ -345,7 +345,7 @@ fn add_path(self: &Rc<Self>, path: &Path) {
             };
 
             let content = format!(
-                "<h1 class=\"fqn\">List of all crates</h1><ul class=\"all-items\">{}</ul>",
+                "<h1>List of all crates</h1><ul class=\"all-items\">{}</ul>",
                 krates
                     .iter()
                     .map(|s| {