summary refs log tree commit diff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-12-02 15:21:36 +0000
committerErik Johnston <erik@matrix.org>2022-12-05 09:57:38 +0000
commit4874d6320a903a33e9aacf831ce1b8f3db5a0a33 (patch)
treed8432fc672674113e9e8fd7c0b5fc9d34e8ffa77 /rust/src/lib.rs
parentBump JasonEtco/create-an-issue from 2.5.0 to 2.8.1 (#14607) (diff)
downloadsynapse-4874d6320a903a33e9aacf831ce1b8f3db5a0a33.tar.xz
Add tree cache
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs

index c7b60e58a7..00f72dc59f 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs
@@ -1,6 +1,7 @@ use pyo3::prelude::*; pub mod push; +pub mod tree_cache; /// Returns the hash of all the rust source files at the time it was compiled. ///