Fix test build error

This commit is contained in:
gwenn 2023-06-10 12:14:41 +02:00
parent 7594711721
commit 048a442bc6
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,6 @@ unicase = "2.6.0"
# Use `bencher` over criterion because it builds much faster and we don't have
# many benchmarks
bencher = "0.1"
rusqlite-macros = { path = "rusqlite-macros", version = "0.1.0" }
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
@ -159,7 +158,7 @@ name = "exec"
harness = false
[package.metadata.docs.rs]
features = ["modern-full"]
features = ["modern-full", "rusqlite-macros"]
all-features = false
no-default-features = true
default-target = "x86_64-unknown-linux-gnu"

View File

@ -2137,6 +2137,7 @@ mod test {
}
#[test]
#[cfg(feature = "rusqlite-macros")]
fn prepare_and_bind() -> Result<()> {
let db = Connection::open_in_memory()?;
let name = "Lisa";