diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-10-25 11:39:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:39:25 +0100 |
commit | c9dffd5b330553c5803784be5bc0e2479fab79b0 (patch) | |
tree | e783859a331153782dd2eb14cfb6106f53b385fb /changelog.d | |
parent | Cache rust build deps in trial CI (#14287) (diff) | |
download | synapse-c9dffd5b330553c5803784be5bc0e2479fab79b0.tar.xz |
Remove unused `@lru_cache` decorator (#13595)
* Remove unused `@lru_cache` decorator Spotted this working on something else. Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13595.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13595.misc b/changelog.d/13595.misc new file mode 100644 index 0000000000..71959a6ee7 --- /dev/null +++ b/changelog.d/13595.misc @@ -0,0 +1 @@ +Remove unused `@lru_cache` decorator. |