mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
WIP fix DiscardIf::Always, thanks matklad :)
This commit is contained in:
parent
f48515747c
commit
71f250d037
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ where
|
|||
);
|
||||
}
|
||||
},
|
||||
DiscardIf::Always => false,
|
||||
DiscardIf::Always => true,
|
||||
};
|
||||
|
||||
if discard {
|
||||
|
|
Loading…
Reference in a new issue