mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-03 07:45:30 +00:00
fix(docs): close code block in query_builder.rs (#2067)
@danielakhterov and I were playing around with counting lines using regex and noticed that SQLx had an odd number of ` ``` ` and got a little nerd-sniped trying to find it.
This commit is contained in:
parent
0e5b9a1bea
commit
5790ffc8d3
@ -380,6 +380,7 @@ where
|
|||||||
/// // 16383 * 4 = 65532
|
/// // 16383 * 4 = 65532
|
||||||
/// assert_eq!(arguments.len(), 65532);
|
/// assert_eq!(arguments.len(), 65532);
|
||||||
/// }
|
/// }
|
||||||
|
/// ```
|
||||||
pub fn push_tuples<I, F>(&mut self, tuples: I, mut push_tuple: F) -> &mut Self
|
pub fn push_tuples<I, F>(&mut self, tuples: I, mut push_tuple: F) -> &mut Self
|
||||||
where
|
where
|
||||||
I: IntoIterator,
|
I: IntoIterator,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user