mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Remove fixed FIXME in bind.rs
This commit is contained in:
parent
0575e33f2d
commit
089637a3b8
@ -1,8 +1,5 @@
|
||||
use byteorder::{BigEndian, ByteOrder};
|
||||
|
||||
// FIXME: Having structs here is breaking down. I think front-end messages should be
|
||||
// simple functions that take the wbuf as a mut Vec
|
||||
|
||||
pub fn header(buf: &mut Vec<u8>, portal: &str, statement: &str, formats: &[u16]) -> (usize, usize) {
|
||||
buf.push(b'B');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user