Skip to content

Commit b6e02d5

Browse files
committed
chore: ignore unused profile property
1 parent 481c879 commit b6e02d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/core/src/sf_core/cache.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub enum ProfileCacheEntryError {
2020
}
2121
#[derive(Debug)]
2222
pub struct ProfileCacheEntry {
23+
#[allow(dead_code)]
2324
pub profile: String, // TODO: parsed so we can extract the version
2425
pub content_hash: String,
2526
}

0 commit comments

Comments
 (0)