system76 / firmware-update

System76 Firmware Update Utility
GNU General Public License v3.0
204 stars 15 forks source link

Remove use of `prelude_import` #88

Closed crawfxrd closed 1 year ago

crawfxrd commented 1 year ago

Probably means importing the prelude everywhere.

warning: the feature `prelude_import` is internal to the compiler or standard library
 --> src/main.rs:5:12
  |
5 | #![feature(prelude_import)]
  |            ^^^^^^^^^^^^^^
  |
  = note: using it is strongly discouraged
  = note: `#[warn(internal_features)]` on by default

warning: `system76_firmware_update` (bin "system76_firmware_update") generated 1 warning
crawfxrd commented 1 year ago

Resolved by #90