Build on stable
error[E0554]: #![feature]
may not be used on the stable release channel
--> src/main.rs:8:12
|
8 | #![feature(str_strip)]
| ^^^^^^^^^
warning: the feature str_strip
has been stable since 1.45.0 and no longer requires an attribute to enable
--> src/main.rs:8:12
|
8 | #![feature(str_strip)]
| ^^^^^^^^^
|
= note: #[warn(stable_features)]
on by default
Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com