diff options
Diffstat (limited to '')
| -rw-r--r-- | docs/devel/rust.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst index c7dfba98de..8167ff49aa 100644 --- a/docs/devel/rust.rst +++ b/docs/devel/rust.rst @@ -76,9 +76,6 @@ are missing: * ``cast_mut()``/``cast_const()`` (1.65.0). Use ``as`` instead. -* "let ... else" (1.65.0). Use ``if let`` instead. This is currently patched - in QEMU's vendored copy of the bilge crate. - * Generic Associated Types (1.65.0) * ``CStr::from_bytes_with_nul()`` as a ``const`` function (1.72.0). |