mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Remove a few outdated TODOs
This commit is contained in:
parent
6fb425129e
commit
89d9d02624
@ -1,7 +1,5 @@
|
||||
use super::{BufMut, Encode};
|
||||
|
||||
// TODO: Separate into two structs, ClosePortal and CloseStatement (?)
|
||||
|
||||
#[repr(u8)]
|
||||
pub enum CloseKind {
|
||||
PreparedStatement,
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
use super::{BufMut, Encode};
|
||||
|
||||
// TODO: Separate into two structs, DescribePortal and DescribeStatement (?)
|
||||
|
||||
#[repr(u8)]
|
||||
pub enum DescribeKind {
|
||||
PreparedStatement,
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
use crate::backend::Backend;
|
||||
|
||||
// TODO: Does [AsSql] need to be generic over back-end ?
|
||||
|
||||
pub trait SqlType<B>
|
||||
where
|
||||
B: Backend,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user