mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 05:07:27 +00:00
Update src/debug.rs
This commit is contained in:
parent
ac93c950be
commit
e190a291f5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pub trait DebugQueryTable {
|
|||
pub struct TableEntry<K, V> {
|
||||
/// key of the query
|
||||
pub key: K,
|
||||
/// value of the query, if it =is stored
|
||||
/// value of the query, if it is stored
|
||||
pub value: Option<V>,
|
||||
_for_future_use: (),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue