From b835695b0b3357b8b5adee3f6a6cf75e10b01cc5 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Sun, 6 Feb 2022 09:18:50 +0100 Subject: [PATCH] Changed example names to keep the standard --- ctru-rs/examples/{futures-tokio-basic.rs => futures-tokio.rs} | 0 ctru-rs/examples/{thread_locals.rs => thread-locals.rs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ctru-rs/examples/{futures-tokio-basic.rs => futures-tokio.rs} (100%) rename ctru-rs/examples/{thread_locals.rs => thread-locals.rs} (100%) diff --git a/ctru-rs/examples/futures-tokio-basic.rs b/ctru-rs/examples/futures-tokio.rs similarity index 100% rename from ctru-rs/examples/futures-tokio-basic.rs rename to ctru-rs/examples/futures-tokio.rs diff --git a/ctru-rs/examples/thread_locals.rs b/ctru-rs/examples/thread-locals.rs similarity index 100% rename from ctru-rs/examples/thread_locals.rs rename to ctru-rs/examples/thread-locals.rs