Skip to content

Commit 4fe2961

Browse files
chandr-andrclaude
andcommitted
Fix clippy doc_markdown: backtick BytesMut in copy_records doc comment
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3b499ce commit 4fe2961

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/driver/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ macro_rules! impl_copy_records_method {
371371
/// pass Python values directly (the same conversions used by
372372
/// `execute`). Mirrors `asyncpg.Connection.copy_records_to_table`.
373373
///
374-
/// The encoder follows asyncpg's algorithm: a single BytesMut
374+
/// The encoder follows asyncpg's algorithm: a single `BytesMut`
375375
/// accumulator flushed into 512 KiB (`_COPY_BUFFER_SIZE`) chunks.
376376
/// All rows are encoded during the GIL pass; chunks are sent to the
377377
/// server in a second pass after the GIL is released.

0 commit comments

Comments
 (0)