avoid unused warns

[?]
May 21, 2025, 6:44 AM
6F7Q4ZLR5DGYT557MYMSHMZGQ7EVEB3LZGLZFCWHGIOI66STIANQC

Dependencies

Change contents

  • edit in inflorescence/src/main.rs at line 33
    [6.175][11.5414:5432]()
    #[cfg(not(test))]
  • replacement in inflorescence/src/main.rs at line 50
    [5.5305][12.4104:4225](),[7.90][4.509:537](),[10.162][4.509:537](),[12.4225][4.509:537](),[3.5905][4.509:537](),[4.537][11.5455:5497](),[11.5497][9.4564:4596](),[2.2944][9.4564:4596](),[8.206][7.125:140](),[9.4596][7.125:140](),[7.125][7.125:140]()
    let repo_path = PathBuf::from("/home/tz/dev/pijul");
    iced::daemon(move || init(repo_path.clone()), update, view)
    .subscription(subs)
    .theme(inflorescence_view::theme)
    .title("Inflorescence")
    .run()
    [5.5305]
    [2.2959]
    #[cfg(not(test))]
    {
    let repo_path = PathBuf::from("/home/tz/dev/pijul");
    iced::daemon(move || init(repo_path.clone()), update, view)
    .subscription(subs)
    .theme(inflorescence_view::theme)
    .title("Inflorescence")
    .run()
    }
    #[cfg(test)]
    {
    let _ = (update, view, subs);
    Ok(())
    }