diff --git a/build.rs b/build.rs index bf1b12ca383a82cf8863d12f4055e2ce822e8700..606df06c6099fc268df635a21679217cdbae1740 100644 --- a/build.rs +++ b/build.rs @@ -54,8 +54,8 @@ fn main() { .open(dest_path) .unwrap_or_else(|_| panic!("Can't open '{}'", BUILD_OUT_FILE)); - writeln!(file, "{}", "//! Global constants, such as compiler version used, features, platform information and others.\n").unwrap(); - writeln!(file, "{}", "// @generated\n").unwrap(); + writeln!(file, "//! Global constants, such as compiler version used, features, platform information and others.\n").unwrap(); + writeln!(file, "// @generated\n").unwrap(); let now_utc = Utc::now(); write_str_constant(