Snippets for cosmic-initial-setup 1.6.0 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/cosmic-initial-setup/1.6.0/2.fc46/data/logs/x86_64/build.log.
-
warning: unused import: `container` --> src/page/appearance.rs:7:34 | 7 | use cosmic::widget::{ListColumn, container}; | ^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default -
warning: unused import: `cosmic_settings_network_manager_subscription::dbus::settings` --> src/page/appearance.rs:9:5 | 9 | use cosmic_settings_network_manager_subscription::dbus::settings; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
warning: use of deprecated function `pwhash::sha256_crypt::hash`: don't use this algorithm for new passwords --> src/page/user.rs:346:35 | 346 | "SHA256" => sha256_crypt::hash(password_plain).unwrap(), | ^^^^ | = note: `#[warn(deprecated)]` on by default -
warning: use of deprecated function `pwhash::md5_crypt::hash`: don't use this algorithm for new passwords --> src/page/user.rs:347:29 | 347 | "MD5" => md5_crypt::hash(password_plain).unwrap(), | ^^^^ -
warning: method `subscription` is never used --> src/page/mod.rs:156:8 | 115 | pub trait Page { | ---- method in this trait