From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: driver-core: rename 'a lifetime to 'bound Date: Mon, 18 May 2026 16:24:35 +1000 Message-ID: In-Reply-To: <20260517000149.3226762-23-dakr@kernel.org> References: <20260517000149.3226762-1-dakr@kernel.org> <20260517000149.3226762-23-dakr@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Cleanup: removes the `MappableBar` trait that was only needed when `Bar` held an `ARef`. Now that `Bar` borrows the device directly, the trait is unnecessary: ```rust -pub trait MappableBar: private::Sealed { - fn io_addr(&self) -> usize; - fn io_len(&self) -> usize; -} ``` Clean removal of now-dead code. --- Generated by Claude Code Patch Reviewer