From 4b5ef37e217d98de6ea3cef71aea9f47c2e9ce23 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Fri, 20 Oct 2023 10:06:08 +0000 Subject: [PATCH] Rename lots of files that had `generator` in their name --- tests/source/{immovable_generators.rs => immovable_coroutines.rs} | 0 tests/target/{immovable_generators.rs => immovable_coroutines.rs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/source/{immovable_generators.rs => immovable_coroutines.rs} (100%) rename tests/target/{immovable_generators.rs => immovable_coroutines.rs} (100%) diff --git a/tests/source/immovable_generators.rs b/tests/source/immovable_coroutines.rs similarity index 100% rename from tests/source/immovable_generators.rs rename to tests/source/immovable_coroutines.rs diff --git a/tests/target/immovable_generators.rs b/tests/target/immovable_coroutines.rs similarity index 100% rename from tests/target/immovable_generators.rs rename to tests/target/immovable_coroutines.rs