diff --git a/build.rs b/build.rs index f812e390f..1584b14a8 100644 --- a/build.rs +++ b/build.rs @@ -379,10 +379,7 @@ fn build_man(build_dir: &Path) { } Err(x) => { // Another error - permissions wrong etc - panic!( - "Error starting sphinx-build to build man pages: {:?}", - x - ); + panic!("Error starting sphinx-build to build man pages: {:?}", x); } Ok(mut x) => match x.wait() { Err(err) => {