add scheme
and scheme_warning
to LinkDestination
#99
GitHub Actions / clippy
failed
Aug 26, 2023 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.60.0 (7737e0b5c 2022-04-04)
- cargo 1.60.0 (d1fd9fe 2022-03-01)
- clippy 0.1.60 (7737e0b 2022-04-04)
Annotations
Check failure on line 511 in src/parser/link_url.rs
github-actions / clippy
missing field `scheme` in initializer of `parser::link_url::UrlInfo<'_>`
error[E0063]: missing field `scheme` in initializer of `parser::link_url::UrlInfo<'_>`
--> src/parser/link_url.rs:511:17
|
511 | UrlInfo::CommonInternetSchemeURL {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `scheme`
Check failure on line 499 in src/parser/link_url.rs
github-actions / clippy
missing field `scheme` in initializer of `parser::link_url::UrlInfo<'_>`
error[E0063]: missing field `scheme` in initializer of `parser::link_url::UrlInfo<'_>`
--> src/parser/link_url.rs:499:17
|
499 | UrlInfo::CommonInternetSchemeURL {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `scheme`
Loading