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
| #[cfg(feature = "commercial")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for feature are: default
= help: consider adding commercial 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
warning: unexpected cfg condition value: commercial
--> src/lib.rs:99:15
The text was updated successfully, but these errors were encountered:
| #[cfg(feature = "commercial")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for feature are: default
= help: consider adding commercial 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
warning: unexpected cfg condition value: commercial
--> src/lib.rs:99:15
The text was updated successfully, but these errors were encountered: