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: types: rename ForLt to CovariantForLt Date: Thu, 04 Jun 2026 12:08:39 +1000 Message-ID: In-Reply-To: <20260603011020.2073650-2-dakr@kernel.org> References: <20260603011020.2073650-1-dakr@kernel.org> <20260603011020.2073650-2-dakr@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Clean mechanical rename =E2=80=94 no functional change. The rename touches = all expected sites: trait definition, macro, helper types, impl blocks, usa= ge sites in auxiliary, nova-core, pci, and the sample driver. No issues. One minor note: the comment `// The macro shares the name with the trait.` = is removed in the proc macro definition, which is fine since the intent is = now self-evident from the `#[allow(non_snake_case)]`. --- Generated by Claude Code Patch Reviewer