diff options
author | tcmal <tcmal> | 2023-06-04 20:16:11 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 17:31:29 +0100 |
commit | f12f006e2097c10e9d6171f4cf2996700a9f0e60 (patch) | |
tree | 5b0603616b465446201db540562f182448f2bb9f /incria/examples/spreadsheet.rs | |
parent | 3582e43188cfa6e841c3bbd5f1613de59c327632 (diff) |
list dependents rather than dependencies in dependency graph
Diffstat (limited to 'incria/examples/spreadsheet.rs')
-rw-r--r-- | incria/examples/spreadsheet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/incria/examples/spreadsheet.rs b/incria/examples/spreadsheet.rs index 5c377e3..92bb506 100644 --- a/incria/examples/spreadsheet.rs +++ b/incria/examples/spreadsheet.rs @@ -33,7 +33,7 @@ fn cell_mapping() -> &'static CellMapping { CELL_MAPPING.get_or_init(CellMapping::default) } -const N: usize = 20; +const N: usize = 5; #[tokio::main] async fn main() { |