From f4e7386c9ce0da629b1a238ba068a8f7d60e08e1 Mon Sep 17 00:00:00 2001 From: Luuk van der Duim Date: Mon, 18 Mar 2024 14:26:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Mention=20`resolve=5Fxml=5Fpath`?= =?UTF-8?q?=20can=20now=20find=20`..xml/`=20or=20`..XML/`=20too.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zbus-lockstep/src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbus-lockstep/src/macros.rs b/zbus-lockstep/src/macros.rs index a66a92b..b085023 100644 --- a/zbus-lockstep/src/macros.rs +++ b/zbus-lockstep/src/macros.rs @@ -9,7 +9,7 @@ use crate::Result; /// Resolve XML path from either: /// /// - provided argument, -/// - default location (`xml/` or `XML/`) or +/// - default location (`xml/`, `XML/`, `../xml` or `../XML`) or /// - env_variable (`LOCKSTEP_XML_PATH`) /// /// If no XML path is provided, it tries to find the default XML path.