commit | 6b3fad084fc4e13901e252fe6c2a2c46ecea999b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 16 18:56:49 2025 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 20 13:25:59 2025 +0200 |
tree | faac27b6cf30bbfa2456fc4ec889769e98f15f0c | |
parent | b783601d1a3b3fd468035baf0ce2ead166e0abdc [diff] |
rust: hpet: fix new warning Nightly rustc complains that HPETAddrDecode has a lifetime but it is not clearly noted that it comes from &self. Apply the compiler's suggestion to shut it up. Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>