Remove unnecessary pub function classifier.
This commit is contained in:
parent
ba20da1db7
commit
e4f066fe8b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ pub fn load_string<P: AsRef<Path>>(file_path: P) -> Result<String, LoadStringErr
|
|||
}
|
||||
}
|
||||
|
||||
pub fn load_external_files(names: &[String]) -> Option<String> {
|
||||
fn load_external_files(names: &[String]) -> Option<String> {
|
||||
let mut out = String::new();
|
||||
for name in names {
|
||||
let s = match load_string(name) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue