Fix Error import (#1560)
This commit is contained in:
parent
54f337c15b
commit
d7c26bd64b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
use crate::err::Error;
|
||||||
use crate::sql::Value;
|
use crate::sql::Value;
|
||||||
use crate::Error;
|
|
||||||
|
|
||||||
/// Returns a boolean that is false if the input is truthy and true otherwise.
|
/// Returns a boolean that is false if the input is truthy and true otherwise.
|
||||||
pub fn not((val,): (Value,)) -> Result<Value, Error> {
|
pub fn not((val,): (Value,)) -> Result<Value, Error> {
|
||||||
|
|
Loading…
Reference in a new issue