Skip to content

Commit

Permalink
refactor: Change user message error prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 20, 2024
1 parent 4a6d714 commit 3664d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn resolve_helper<'a>(
return Err(syn::parse::Error::new_spanned(
error_enum_builders[index].error_name.clone(),
format!(
"Recursive dependency: {}",
"Cycle Detected: {}",
visited
.iter()
.map(|e| e.to_string())
Expand Down

0 comments on commit 3664d83

Please sign in to comment.