mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 09:19:53 +00:00
lang: clippy fixes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1fca7b715d
commit
b06b4c7426
@ -3,7 +3,7 @@
|
|||||||
/// Modeled after the nightly `std::ops::ControlFlow`.
|
/// Modeled after the nightly `std::ops::ControlFlow`.
|
||||||
///
|
///
|
||||||
/// Will be removed with crate version 2.0.
|
/// Will be removed with crate version 2.0.
|
||||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||||
#[deprecated(since = "1.1.0", note = "use std::ops::ControlFlow")]
|
#[deprecated(since = "1.1.0", note = "use std::ops::ControlFlow")]
|
||||||
pub enum ControlFlow<B, C = ()> {
|
pub enum ControlFlow<B, C = ()> {
|
||||||
Continue(C),
|
Continue(C),
|
||||||
|
Loading…
Reference in New Issue
Block a user