From 59484f5a8500bc1edf501c1c6780b9f25cd3c478 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 1 Apr 2026 23:11:37 +0200 Subject: [PATCH] Refactored the directory structure in ./examples for Rust. No code changes. (0.39.16) --- examples/{ => rust}/rust_hello.fun | 0 examples/{ => rust}/rust_hello_args.fun | 0 examples/{ => rust}/rust_hello_args_return.fun | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => rust}/rust_hello.fun (100%) rename examples/{ => rust}/rust_hello_args.fun (100%) rename examples/{ => rust}/rust_hello_args_return.fun (100%) diff --git a/examples/rust_hello.fun b/examples/rust/rust_hello.fun similarity index 100% rename from examples/rust_hello.fun rename to examples/rust/rust_hello.fun diff --git a/examples/rust_hello_args.fun b/examples/rust/rust_hello_args.fun similarity index 100% rename from examples/rust_hello_args.fun rename to examples/rust/rust_hello_args.fun diff --git a/examples/rust_hello_args_return.fun b/examples/rust/rust_hello_args_return.fun similarity index 100% rename from examples/rust_hello_args_return.fun rename to examples/rust/rust_hello_args_return.fun