mirror of
https://github.com/YGGverse/pulsarss.git
synced 2026-03-31 09:05:29 +00:00
remove extra reference
This commit is contained in:
parent
d3271797c9
commit
2badd54a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ fn crawl(source: &str, target: &str, output: &Output) -> Result<(), Box<dyn Erro
|
|||
}
|
||||
|
||||
let mut buffer = String::from("##"); // correct heading levels
|
||||
File::open(&format!("{path}{name}"))?.read_to_string(&mut buffer)?;
|
||||
File::open(format!("{path}{name}"))?.read_to_string(&mut buffer)?;
|
||||
data.push(buffer);
|
||||
|
||||
total += 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue