Skip to content

Commit

Permalink
fix extra warning in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 20, 2023
1 parent d808ff1 commit cd9e291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ impl Uiua {
};
self.diagnostics.insert(Diagnostic::new(
format!(
"Warning: {} is deprecated and will be removed in a future version{}",
"{} is deprecated and will be removed in a future version{}",
prim.format(),
suggestion
),
Expand Down

0 comments on commit cd9e291

Please sign in to comment.