Skip to content

Commit 17da5f4

Browse files
committed
fix check
1 parent 92adc36 commit 17da5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/src/value.rs

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl Value {
138138
impl TryFrom<(&DataType, &str)> for Value {
139139
type Error = Error;
140140

141+
#[allow(deprecated)]
141142
fn try_from((t, v): (&DataType, &str)) -> Result<Self> {
142143
match t {
143144
DataType::Null => Ok(Self::Null),

0 commit comments

Comments
 (0)