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.

Merge pull request #105 from JRMurr/fix-lint

Remove un-used import

authored by

Zhaofeng Li and committed by
GitHub
fbe252a5 a7c878bf

+1 -1
+1 -1
client/src/cache.rs
··· 14 14 use anyhow::{anyhow, Result}; 15 15 use serde::{Deserialize, Serialize}; 16 16 17 - pub use attic::cache::{CacheName, CacheNamePattern}; 17 + pub use attic::cache::{CacheName}; 18 18 19 19 /// A reference to a cache. 20 20 #[derive(Debug, Clone)]