From c1b473d5eac36c2e91e82327045782912f6638e0 Mon Sep 17 00:00:00 2001 From: "orion GONZALEZ (contractor)" Date: Sat, 23 Mar 2024 11:26:19 +0100 Subject: [PATCH] remove indication that C string literals don't exist yet --- src/rust-2021/reserving-syntax.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rust-2021/reserving-syntax.md b/src/rust-2021/reserving-syntax.md index d49a46a..15e7b1f 100644 --- a/src/rust-2021/reserving-syntax.md +++ b/src/rust-2021/reserving-syntax.md @@ -47,8 +47,6 @@ committed to any of them yet): - `s""` for `String` literals. -- `c""` or `z""` for null-terminated C strings. - [10]: https://github.com/rust-lang/rfcs/pull/3101