Skip to content

Commit 09a15ac

Browse files
committed
Don't track Package::built()
1 parent 81e501a commit 09a15ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/oak_db/src/package.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ impl Package {
144144
/// the file is missing or has no `Built:` field (only installed packages have one).
145145
///
146146
/// Build timestamps change on every install, so backdating probably isn't that
147-
/// important here, but having the field easily accessible is nice.
148-
#[salsa::tracked(returns(ref))]
147+
/// important here, so we don't track this method.
149148
pub fn built(self, db: &dyn Db) -> Option<String> {
150149
self.description(db)
151150
.as_ref()

0 commit comments

Comments
 (0)