Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/salsa/src/durability.rs')
| -rw-r--r-- | crates/salsa/src/durability.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/salsa/src/durability.rs b/crates/salsa/src/durability.rs index 58a81e3786..0c82f6345a 100644 --- a/crates/salsa/src/durability.rs +++ b/crates/salsa/src/durability.rs @@ -1,3 +1,4 @@ +//! /// Describes how likely a value is to change -- how "durable" it is. /// By default, inputs have `Durability::LOW` and interned values have /// `Durability::HIGH`. But inputs can be explicitly set with other |