Skip to content

Commit bcfbdc4

Browse files
committed
Updates
1 parent 499fa13 commit bcfbdc4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/copilot-instructions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ Tests validate discovered environments using 4 verification methods:
132132
- Use `cargo fetch` to download all dependencies
133133
- Use `rustup component add clippy` to install Clippy linter
134134
- Use `cargo fmt --all` to format code in all packages
135-
- Use `cargo clippy --all-features -- -Dwarnings` to check for linter issues
136-
- Use `cargo clippy --all-features --fix --allow-dirty -- -Dwarnings` to automatically fix linter issues
137135
- Use `cargo build` to build the project
138136
- Use `cargo test --all` to test all packages (this can take a few seconds)
139137
- Use `cargo test [TESTNAME]` to test a specific test

crates/pet-core/src/python_environment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ pub fn get_environment_key(env: &PythonEnvironment) -> Option<PathBuf> {
416416

417417
#[cfg(test)]
418418
mod tests {
419+
use super::*;
419420

420421
#[test]
421422
#[cfg(windows)]

0 commit comments

Comments
 (0)