We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d4751 commit 670054fCopy full SHA for 670054f
src/arraystring.rs
@@ -25,10 +25,7 @@ use std::{ptr, usize};
25
derive(diesel::AsExpression, diesel::FromSqlRow)
26
)]
27
#[cfg_attr(feature = "diesel-traits", diesel(sql_type = diesel::sql_types::Text))]
28
-pub struct ArrayString<const N: usize>
29
-where
30
- Self: ValidCapacity,
31
-{
+pub struct ArrayString<const N: usize> {
32
/// Array type corresponding to specified `SIZE`
33
pub(crate) array: [u8; N],
34
/// Current string size
0 commit comments