refactor(workflow): remove unnecessary async declarations
This commit is contained in:
@@ -17,7 +17,7 @@ use crate::{
|
||||
///
|
||||
/// Implement this trait to supply a custom front-end (interactive TUI, mock,
|
||||
/// headless, etc.) to [`CommitWorkflow`](super::CommitWorkflow).
|
||||
pub trait Prompter: Send + Sync {
|
||||
pub trait Prompter {
|
||||
/// Prompt the user to select a commit type
|
||||
fn select_commit_type(&self) -> Result<CommitType, Error>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user