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
--> .../.cargo/.../json-0.11.9/src/value/mod.rs:369:5
|
369 | #[must_use]
| ^^^^^^^^^^^
|
= help: add #![feature(fn_must_use)] to the crate attributes to enable
After add this line into the file, it really be fixed.
The text was updated successfully, but these errors were encountered:
--> .../.cargo/.../json-0.11.9/src/value/mod.rs:369:5
|
369 | #[must_use]
| ^^^^^^^^^^^
|
= help: add #![feature(fn_must_use)] to the crate attributes to enable
After add this line into the file, it really be fixed.
The text was updated successfully, but these errors were encountered: