mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Remove fixed FIXME in bind.rs
This commit is contained in:
parent
0575e33f2d
commit
089637a3b8
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue