mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 09:48:53 +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 LRU: bool = false;
|
||||||
|
|
||||||
const CONSTRUCTOR_NAME: bool = false;
|
const CONSTRUCTOR_NAME: bool = false;
|
||||||
|
|
||||||
|
const SINGLETON: bool = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn tracked_method(
|
fn tracked_method(
|
||||||
|
|
Loading…
Reference in a new issue