Skip to content

Commit

Permalink
Rename pool->resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bjackman committed Jul 7, 2024
1 parent e7ddaf3 commit 43135da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use tokio::select;
use crate::git::Worktree;

mod git;
mod pool;
mod resource;
mod process;
mod test;

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use tokio_util::sync::CancellationToken;
use crate::git::PersistentWorktree;
use crate::git::TempWorktree;
use crate::git::{CommitHash, Worktree};
use crate::pool::Pool;
use crate::resource::Pool;
use crate::process::OutputExt;

// A test task that will need to be repeated for each commit.
Expand Down

0 comments on commit 43135da

Please sign in to comment.