mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
added singleton to tecked_fn AllowedOptions impl
This commit is contained in:
parent
fac05b3c9f
commit
42a996dd8d
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ impl crate::options::AllowedOptions for TrackedImpl {
|
|||
const LRU: bool = false;
|
||||
|
||||
const CONSTRUCTOR_NAME: bool = false;
|
||||
|
||||
const SINGLETON: bool = false;
|
||||
}
|
||||
|
||||
fn tracked_method(
|
||||
|
|
Loading…
Reference in a new issue