File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,6 @@ Tests validate discovered environments using 4 verification methods:
132
132
- Use ` cargo fetch ` to download all dependencies
133
133
- Use ` rustup component add clippy ` to install Clippy linter
134
134
- 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
137
135
- Use ` cargo build ` to build the project
138
136
- Use ` cargo test --all ` to test all packages (this can take a few seconds)
139
137
- Use ` cargo test [TESTNAME] ` to test a specific test
Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ pub fn get_environment_key(env: &PythonEnvironment) -> Option<PathBuf> {
416
416
417
417
#[ cfg( test) ]
418
418
mod tests {
419
+ use super :: * ;
419
420
420
421
#[ test]
421
422
#[ cfg( windows) ]
You can’t perform that action at this time.
0 commit comments