Rename IntoDiagnostic
as Diagnostic
.
To match `derive(Diagnostic)`. Also rename `into_diagnostic` as `into_diag`.
This commit is contained in:
parent
a09b1d33a7
commit
7a294e998b
28 changed files with 146 additions and 164 deletions
|
@ -188,6 +188,7 @@ symbols! {
|
|||
Default,
|
||||
Deref,
|
||||
DiagMessage,
|
||||
Diagnostic,
|
||||
DirBuilder,
|
||||
Display,
|
||||
DoubleEndedIterator,
|
||||
|
@ -223,7 +224,6 @@ symbols! {
|
|||
Input,
|
||||
Instant,
|
||||
Into,
|
||||
IntoDiagnostic,
|
||||
IntoFuture,
|
||||
IntoIterator,
|
||||
IoLines,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue