Reformat some long lines and macros.
This commit is contained in:
5
build.rs
5
build.rs
@@ -58,7 +58,10 @@ fn main() -> anyhow::Result<()> {
|
||||
)
|
||||
.expect("generating tests");
|
||||
} else {
|
||||
println!("cargo:warning=The spec testsuite is disabled. To enable, run `git submodule update --remote`.");
|
||||
println!(
|
||||
"cargo:warning=The spec testsuite is disabled. To enable, run `git submodule \
|
||||
update --remote`."
|
||||
);
|
||||
}
|
||||
|
||||
writeln!(out, "}}")?;
|
||||
|
||||
Reference in New Issue
Block a user