ralfbiedert / cheats.rs

Rust Language Cheat Sheet - https://cheats.rs
https://cheats.rs
4.09k stars 382 forks source link

Update feature `os_str_bytes` in Rust 1.74.0 #189

Closed yhx-12243 closed 8 months ago

yhx-12243 commented 8 months ago

The Rust feature os_str_bytes has been stabilized in 1.74.0 and we can use them to avoid OsStrExt, etc.

ralfbiedert commented 8 months ago

Thanks!