This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a commit to branch minifi_rust_impr_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/minifi_rust_impr_2 by this
push:
new 049ecee81 win fix
049ecee81 is described below
commit 049ecee8142596ec87a0bede28d2d73a1bd827a5
Author: Martin Zink <[email protected]>
AuthorDate: Thu Aug 13 12:12:25 2026 +0200
win fix
---
.../minifi_rs_playground/src/processors/put_file/definitions.rs | 1 -
1 file changed, 1 deletion(-)
diff --git
a/minifi_rust/extensions/minifi_rs_playground/src/processors/put_file/definitions.rs
b/minifi_rust/extensions/minifi_rs_playground/src/processors/put_file/definitions.rs
index 4777d7239..ddb02b112 100644
---
a/minifi_rust/extensions/minifi_rs_playground/src/processors/put_file/definitions.rs
+++
b/minifi_rust/extensions/minifi_rs_playground/src/processors/put_file/definitions.rs
@@ -77,7 +77,6 @@ impl ProcessorDefinition for PutFileRs {
const OUTPUT_ATTRIBUTES: &'static [OutputAttribute] = &[];
const RELATIONSHIPS: &'static [Relationship] = &[SUCCESS, FAILURE];
- #[cfg(unix)]
fn properties() -> &'static [PropertyDefinition] {
use std::sync::LazyLock;
static COMBINED_PROPERTIES: LazyLock<Vec<PropertyDefinition>> =
LazyLock::new(|| {