From 55fc334b5b01bfe34dcf26d55a30aa6d9fbae024 Mon Sep 17 00:00:00 2001 From: sunface Date: Wed, 16 Mar 2022 17:05:38 +0800 Subject: [PATCH] update lifetime/basic.md --- solutions/lifetime/{lifetime.md => basic.md} | 2 -- 1 file changed, 2 deletions(-) rename solutions/lifetime/{lifetime.md => basic.md} (98%) diff --git a/solutions/lifetime/lifetime.md b/solutions/lifetime/basic.md similarity index 98% rename from solutions/lifetime/lifetime.md rename to solutions/lifetime/basic.md index bad1c2f..a41000d 100644 --- a/solutions/lifetime/lifetime.md +++ b/solutions/lifetime/basic.md @@ -1,8 +1,6 @@ # Lifetime -**Lifetimes** - 1. 🌟 ```rust,editable /* Make it work */