Snippets for cosmic-initial-setup 1.6.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/l6mq8kadcf0rks3vy3kbgp75r9g6aidb-cosmic-initial-setup-1.6.0.drv.
-
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 -
warning: associated function `new` is never used --> src/page/language.rs:50:12 | 49 | impl Page { | --------- associated function in this implementation 50 | pub fn new() -> Self { | ^^^ -
warning: static `CITIES` is never used --> src/page/location.rs:8:8 | 8 | static CITIES: &[u8] = include_bytes!("../../res/cities.bitcode-v0-6"); | ^^^^^^ -
warning: constant `CONFIG_NAME` is never used --> src/page/location.rs:10:7 | 10 | const CONFIG_NAME: &str = "com.system76.CosmicInitialSetup"; | ^^^^^^^^^^^
-
warning: associated functions `version` and `state` are never used --> src/page/location.rs:21:12 | 20 | impl LocationState { | ------------------ associated functions in this implementation 21 | pub fn version() -> u64 { | ^^^^^^^ -
warning: associated function `new` is never used --> src/page/location.rs:46:12 | 45 | impl Page { | --------- associated function in this implementation 46 | pub fn new() -> Self { | ^^^