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
This sample throws a warning in line 36 currently, which does not appear to be intended:
```
warning: use of deprecated item: use `String::from` instead, #[warn(deprecated)] on by default
```
As making the suggested change produces this warning instead:
```
warning: unused or unknown feature, #[warn(unused_features)] on by default
```
...the reference to `#![feature(collections)]` is removed as well.
0 commit comments