Skip to content

Commit d2b6c34

Browse files
fix: remove unused import env in queries.rs
Rust 1.92's stricter linting caught this unused import. Co-Authored-By: Maximilian Roos <max-sixty@users.noreply.github.com>
1 parent 8b209e3 commit d2b6c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prqlc/prqlc/tests/integration/queries.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![cfg(not(target_family = "wasm"))]
2+
use std::fs;
23
use std::path::Path;
3-
use std::{env, fs};
44

55
use insta::assert_debug_snapshot;
66
use insta::{assert_snapshot, with_settings};

0 commit comments

Comments
 (0)