mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 02:48:38 +00:00
wip: accum, privacy for inputs
This commit is contained in:
parent
82a1e59e46
commit
3304acc5dd
25 changed files with 249 additions and 200 deletions
|
@ -133,7 +133,6 @@ impl salsa::Database for Database {
|
|||
}
|
||||
|
||||
#[salsa::accumulator]
|
||||
#[derive(Clone, Debug)]
|
||||
struct Diagnostic(String);
|
||||
|
||||
impl Diagnostic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue