summary refs log tree commit diff stats
path: root/docs/devel
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-02-14 11:34:44 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2025-05-06 16:02:04 +0200
commit5df3fe062fb0be9a6689dc0336087b214dd30e5c (patch)
treeede1f7523ac32b4f7e389665255f2116546dca9d /docs/devel
parent3a1c694d74deb478d9822e585e90c5903852eb84 (diff)
downloadfocaccia-qemu-5df3fe062fb0be9a6689dc0336087b214dd30e5c.tar.gz
focaccia-qemu-5df3fe062fb0be9a6689dc0336087b214dd30e5c.zip
rust: enable clippy::ptr_cast_constness
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/rust.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
index 13a002cfe6..a315f66886 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -74,8 +74,6 @@ Supported tools
 QEMU supports rustc version 1.63.0 and newer.  Notably, the following features
 are missing:
 
-* ``cast_mut()``/``cast_const()`` (1.65.0).  Use ``as`` instead.
-
 * Generic Associated Types (1.65.0)
 
 * ``CStr::from_bytes_with_nul()`` as a ``const`` function (1.72.0).