diff --git a/src/strings.rs b/src/strings.rs index 1c96229..a07aab1 100644 --- a/src/strings.rs +++ b/src/strings.rs @@ -21,8 +21,6 @@ use sqlx::{ use buf::{StackString, HeapString}; -// TODO: inlining - /// A non-growable string where strings 22 bytes or shorter are stored on the stack and longer /// strings are stored on the heap. ///