1
Fork 0

Rename IntoDiagnostic as Diagnostic.

To match `derive(Diagnostic)`.

Also rename `into_diagnostic` as `into_diag`.
This commit is contained in:
Nicholas Nethercote 2024-03-06 11:02:56 +11:00
parent a09b1d33a7
commit 7a294e998b
28 changed files with 146 additions and 164 deletions

View file

@ -188,6 +188,7 @@ symbols! {
Default,
Deref,
DiagMessage,
Diagnostic,
DirBuilder,
Display,
DoubleEndedIterator,
@ -223,7 +224,6 @@ symbols! {
Input,
Instant,
Into,
IntoDiagnostic,
IntoFuture,
IntoIterator,
IoLines,