Skip to content

Commit

Permalink
Discard changes to crates/red_knot/src/workspace.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jul 9, 2024
1 parent 6b2e33d commit 7a29294
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
59 changes: 0 additions & 59 deletions crates/red_knot/src/workspace.rs

This file was deleted.

2 changes: 1 addition & 1 deletion crates/ruff_workspace/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ pub fn python_files_in_path<'a>(

builder.threads(
std::thread::available_parallelism()
.map_or(1, std::num::NonZero::get)
.map_or(1, std::num::NonZeroUsize::get)
.min(12),
);

Expand Down

0 comments on commit 7a29294

Please sign in to comment.