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: aref: update formatting of use statements Date: Mon, 23 Feb 2026 06:08:50 +1000 Message-ID: In-Reply-To: <20260220-unique-ref-v15-4-893ed86b06cc@kernel.org> References: <20260220-unique-ref-v15-0-893ed86b06cc@kernel.org> <20260220-unique-ref-v15-4-893ed86b06cc@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 > +use core::{ > + marker::PhantomData, > + mem::ManuallyDrop, > + ops::Deref, > + ptr::NonNull, // > +}; Pure formatting. The trailing `//` on the last item in each import group is presumably a rustfmt trick to force one-per-line formatting. No issues. --- Generated by Claude Code Patch Reviewer