mirror of
https://github.com/containers/youki
synced 2024-11-26 14:13:49 +01:00
Rust 1.72 (#2323)
* Rust 1.72.0 Signed-off-by: utam0k <k0ma@utam0k.jp> * Fix lint errors from 1.72.0 Signed-off-by: utam0k <k0ma@utam0k.jp> --------- Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
parent
70b2f91193
commit
09e67372a8
@ -165,7 +165,7 @@ impl TenantContainerBuilder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
err_str_buf.extend(buf.into_iter());
|
err_str_buf.extend(buf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -612,7 +612,7 @@ mod tests {
|
|||||||
drop(file);
|
drop(file);
|
||||||
|
|
||||||
// The stdio fds should also be contained in the list of opened fds.
|
// The stdio fds should also be contained in the list of opened fds.
|
||||||
if !vec![0, 1, 2]
|
if ![0, 1, 2]
|
||||||
.iter()
|
.iter()
|
||||||
.all(|&stdio_fd| open_fds.iter().any(|&open_fd| open_fd == stdio_fd))
|
.all(|&stdio_fd| open_fds.iter().any(|&open_fd| open_fd == stdio_fd))
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
profile="default"
|
profile="default"
|
||||||
channel="1.71.0"
|
channel="1.72.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user