Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
We were receiving warnings about these, and it doesn't appear they are
needed.
  • Loading branch information
lfittl committed Jan 10, 2024
1 parent f2ea0d7 commit 95d8574
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use fs_extra::dir::CopyOptions;
use glob::glob;
use std::env;
use std::path::{Path, PathBuf};
use std::process::{Command, Stdio};

static SOURCE_DIRECTORY: &str = "libpg_query";
static LIBRARY_NAME: &str = "pg_query";
Expand Down
1 change: 0 additions & 1 deletion tests/parse_plpgsql_tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#[macro_use]
mod support;
use support::*;

#[test]
fn it_can_parse_a_simple_function() {
Expand Down

0 comments on commit 95d8574

Please sign in to comment.