From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox-mail-forward 2/2] run rustfmt
Date: Mon, 10 Mar 2025 11:22:11 +0100 [thread overview]
Message-ID: <20250310102211.185197-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20250310102211.185197-1-m.sandoval@proxmox.com>
With rust 2024 edition.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/main.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.rs b/src/main.rs
index 4662ffa..795b0f2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -23,9 +23,9 @@ use std::path::Path;
use anyhow::Error;
+use proxmox_notify::Config;
use proxmox_notify::context::pbs::PBS_CONTEXT;
use proxmox_notify::context::pve::PVE_CONTEXT;
-use proxmox_notify::Config;
use proxmox_sys::fs;
const PVE_CFG_PATH: &str = "/etc/pve";
--
2.39.5
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-03-10 10:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 10:22 [pve-devel] [PATCH proxmox-mail-forward 1/2] cargo: port to rust 2024 edition Maximiliano Sandoval
2025-03-10 10:22 ` Maximiliano Sandoval [this message]
2025-03-18 10:50 ` [pve-devel] applied-series: [PATCH proxmox-mail-forward 2/2] run rustfmt Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250310102211.185197-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox