diff options
| author | mo8it <mo8it@proton.me> | 2024-04-25 16:30:01 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-25 16:30:01 +0200 |
| commit | 177e2870c5272dacee662d3e9522bc57c5a134c0 (patch) | |
| tree | 65947f8e12480973bff39c247e3bbcfcdb8c95e2 /solutions/23_conversions | |
| parent | 3ce32352945a81972b5b421d522ca5e6fbd28d2c (diff) | |
Edit comment
Diffstat (limited to 'solutions/23_conversions')
| -rw-r--r-- | solutions/23_conversions/as_ref_mut.rs | 2 | ||||
| -rw-r--r-- | solutions/23_conversions/from_into.rs | 2 | ||||
| -rw-r--r-- | solutions/23_conversions/from_str.rs | 2 | ||||
| -rw-r--r-- | solutions/23_conversions/try_from_into.rs | 2 | ||||
| -rw-r--r-- | solutions/23_conversions/using_as.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/solutions/23_conversions/as_ref_mut.rs b/solutions/23_conversions/as_ref_mut.rs index 70b786d..4e18198 100644 --- a/solutions/23_conversions/as_ref_mut.rs +++ b/solutions/23_conversions/as_ref_mut.rs @@ -1 +1 @@ -// TODO +// Solutions will be available before the stable release. Thank you for testing the beta version 🥰 diff --git a/solutions/23_conversions/from_into.rs b/solutions/23_conversions/from_into.rs index 70b786d..4e18198 100644 --- a/solutions/23_conversions/from_into.rs +++ b/solutions/23_conversions/from_into.rs @@ -1 +1 @@ -// TODO +// Solutions will be available before the stable release. Thank you for testing the beta version 🥰 diff --git a/solutions/23_conversions/from_str.rs b/solutions/23_conversions/from_str.rs index 70b786d..4e18198 100644 --- a/solutions/23_conversions/from_str.rs +++ b/solutions/23_conversions/from_str.rs @@ -1 +1 @@ -// TODO +// Solutions will be available before the stable release. Thank you for testing the beta version 🥰 diff --git a/solutions/23_conversions/try_from_into.rs b/solutions/23_conversions/try_from_into.rs index 70b786d..4e18198 100644 --- a/solutions/23_conversions/try_from_into.rs +++ b/solutions/23_conversions/try_from_into.rs @@ -1 +1 @@ -// TODO +// Solutions will be available before the stable release. Thank you for testing the beta version 🥰 diff --git a/solutions/23_conversions/using_as.rs b/solutions/23_conversions/using_as.rs index 70b786d..4e18198 100644 --- a/solutions/23_conversions/using_as.rs +++ b/solutions/23_conversions/using_as.rs @@ -1 +1 @@ -// TODO +// Solutions will be available before the stable release. Thank you for testing the beta version 🥰 |
