We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3ff6f commit 3ccc0edCopy full SHA for 3ccc0ed
crates/ty_project/src/lib.rs
@@ -605,7 +605,7 @@ where
605
"This indicates a bug in ty.",
606
));
607
608
- let report_message = "If you could open an issue at https://github.com/astral-sh/ty/issues/new?title=%5Bpanic%5D we'd be very appreciative!";
+ let report_message = "If you could open an issue at https://github.com/astral-sh/ty/issues/new?title=%5Bpanic%5D, we'd be very appreciative!";
609
diagnostic.sub(SubDiagnostic::new(Severity::Info, report_message));
610
diagnostic.sub(SubDiagnostic::new(
611
Severity::Info,
0 commit comments