You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks likely to be as a result of a change in the linter/compiler.
warning: unexpected `cfg` condition value: `quick-xml/encoding`
--> src/io/owx/reader.rs:122:11
|
122 | #[cfg(feature = "quick-xml/encoding")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`, `remote`, and `ureq`
= help: consider adding `quick-xml/encoding` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
The text was updated successfully, but these errors were encountered:
Looks likely to be as a result of a change in the linter/compiler.
The text was updated successfully, but these errors were encountered: