We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Package::built()
1 parent 81e501a commit 09a15acCopy full SHA for 09a15ac
1 file changed
crates/oak_db/src/package.rs
@@ -144,8 +144,7 @@ impl Package {
144
/// the file is missing or has no `Built:` field (only installed packages have one).
145
///
146
/// 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))]
+ /// important here, so we don't track this method.
149
pub fn built(self, db: &dyn Db) -> Option<String> {
150
self.description(db)
151
.as_ref()
0 commit comments