Cargo fmt

This commit is contained in:
infrandomness
2022-06-27 01:22:13 +02:00
parent 84a02787d8
commit aa072d72cc
-2
View File
@@ -80,8 +80,6 @@ fn emulate_foreign_item_by_name(
this.write_scalar(Scalar::from_i32(result), dest)?;
}
// Threading
"prctl" => {
// prctl is variadic. (It is not documented like that in the manpage, but defined like that in the libc crate.)