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, 0 insertions, 1 deletions
diff --git a/crates/salsa/src/durability.rs b/crates/salsa/src/durability.rs index 44abae3170..7b8e6840fc 100644 --- a/crates/salsa/src/durability.rs +++ b/crates/salsa/src/durability.rs @@ -1,4 +1,3 @@ -//! /// 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 |