diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-21 13:31:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 13:31:36 +0000 |
commit | 8a50312099d8014a10ce36acf2f64d21c98bd4e6 (patch) | |
tree | b379c878fb9311e897f5d3e66b6a39af9c01bc62 /changelog.d | |
parent | Fix sample config doc CI (#16758) (diff) | |
download | synapse-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.misc | 1 |
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. |