summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-09 16:26:14 +0100
committerErik Johnston <erik@matrix.org>2022-09-09 16:26:14 +0100
commit1780a70748fe7ef3d7fd120bd2bb24fcd1284af6 (patch)
tree43c11335eb63371003d8bd3e9c674ae4ad6bd328
parentMore stuff (diff)
downloadsynapse-github/erikj/rust_lru_cache.tar.xz
-rw-r--r--changelog.d/13733.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13733.misc b/changelog.d/13733.misc
new file mode 100644
index 0000000000..65bb8bfea2
--- /dev/null
+++ b/changelog.d/13733.misc
@@ -0,0 +1 @@
+Convert `LruCache` linked lists into Rust.