We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pub
1 parent ba20da1 commit e4f066fCopy full SHA for e4f066f
src/librustdoc/externalfiles.rs
@@ -76,7 +76,7 @@ pub fn load_string<P: AsRef<Path>>(file_path: P) -> Result<String, LoadStringErr
76
}
77
78
79
-pub fn load_external_files(names: &[String]) -> Option<String> {
+fn load_external_files(names: &[String]) -> Option<String> {
80
let mut out = String::new();
81
for name in names {
82
let s = match load_string(name) {
0 commit comments