A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

attic/util: Mark Finally as must_use

+1
+1
attic/src/util.rs
··· 20 20 where 21 21 F::Output: Send + 'static, 22 22 { 23 + #[must_use] 23 24 pub fn new(f: F) -> Self { 24 25 Self { f: Some(f) } 25 26 }