We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54f9f4 commit 85f4d1bCopy full SHA for 85f4d1b
src/lib.rs
@@ -70,7 +70,7 @@ enum ReadState {
70
}
71
72
/// A `ReadWithInfo` implementation that generates binary-formatted output
73
-/// for use with `COPY ... FROM STDIN BINARY` statements.
+/// for use with binary-format `COPY FROM STDIN` statements.
74
#[derive(Debug)]
75
pub struct BinaryCopyReader<'a, I> {
76
types: &'a [Type],
0 commit comments