summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-12-21 13:31:36 +0000
committerGitHub <noreply@github.com>2023-12-21 13:31:36 +0000
commit8a50312099d8014a10ce36acf2f64d21c98bd4e6 (patch)
treeb379c878fb9311e897f5d3e66b6a39af9c01bc62 /changelog.d
parentFix sample config doc CI (#16758) (diff)
downloadsynapse-8a50312099d8014a10ce36acf2f64d21c98bd4e6.tar.xz
Move the rust stubs inline for better IDE integration (#16757)
At least for vscode this allows click through / type checking / syntax
highlighting.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16757.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16757.misc b/changelog.d/16757.misc
new file mode 100644
index 0000000000..9856bf1aa6
--- /dev/null
+++ b/changelog.d/16757.misc
@@ -0,0 +1 @@
+Move the rust stubs inline for better IDE integration.