From efda29c73b1fdc5c16fce682bc65d7c24346fd80 Mon Sep 17 00:00:00 2001 From: pushkine Date: Sat, 29 Jan 2022 18:04:27 +0100 Subject: [PATCH 1/2] Update tokens.md --- src/tokens.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tokens.md b/src/tokens.md index 5516fb7b3..ec811f561 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -596,6 +596,7 @@ usages and meanings are defined in the linked pages. | `#` | Pound | [Attributes] | `$` | Dollar | [Macros] | `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros] +| `~` | Tilde | The tilde operator is deprecated, but its token may still be used ## Delimiters From 6fc7f89282f8ce3154a769ce453c90e41e3eb731 Mon Sep 17 00:00:00 2001 From: pushkine Date: Sun, 30 Jan 2022 23:39:17 +0100 Subject: [PATCH 2/2] Commit suggestion Co-authored-by: Josh Triplett --- src/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.md b/src/tokens.md index ec811f561..fb27052da 100644 --- a/src/tokens.md +++ b/src/tokens.md @@ -596,7 +596,7 @@ usages and meanings are defined in the linked pages. | `#` | Pound | [Attributes] | `$` | Dollar | [Macros] | `?` | Question | [Question mark operator][question], [Questionably sized][sized], [Macro Kleene Matcher][macros] -| `~` | Tilde | The tilde operator is deprecated, but its token may still be used +| `~` | Tilde | The tilde operator has been unused since before Rust 1.0, but its token may still be used ## Delimiters