Skip to content

descriptor_utils: Remove unnecessary deref

German Maglione requested to merge ghm-virtio-fs/virtiofsd:fix-clippy-warn into main

Removes a dereferencing expression which is covered by auto-deref. The next version of clippy is going to complain about this kind of unnecessary deref expressions.

Signed-off-by: German Maglione gmaglione@redhat.com

Merge request reports