mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +00:00
Revert reordering
This commit is contained in:
parent
b98ed3f794
commit
08027b86cc
1 changed files with 1 additions and 1 deletions
|
@ -234,8 +234,8 @@ impl MDBook {
|
|||
if let BookItem::Chapter(ref ch) = *item {
|
||||
if !ch.path.as_os_str().is_empty() {
|
||||
let path = self.source_dir().join(&ch.path);
|
||||
println!("[*]: Testing file: {:?}", path);
|
||||
let content = utils::fs::file_to_string(&path)?;
|
||||
println!("[*]: Testing file: {:?}", path);
|
||||
|
||||
// write preprocessed file to tempdir
|
||||
let path = temp_dir.path().join(&ch.path);
|
||||
|
|
Loading…
Reference in a new issue