diff options
author | Erik Johnston <erik@matrix.org> | 2023-12-17 14:03:47 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-12-17 14:06:27 +0000 |
commit | 5d3ede77e2962fcc30de61cd594165d3eef0aa55 (patch) | |
tree | 4610e53da1f6651558e9d594958f98c8c8bb108c | |
parent | Disable automatic traiging (diff) | |
download | synapse-5d3ede77e2962fcc30de61cd594165d3eef0aa55.tar.xz |
Move the rust stubs inline for better IDE integration
At least for vscode this allows click through / type checking / syntax highlighting.
-rw-r--r-- | stubs/synapse/__init__.pyi | 0 | ||||
-rw-r--r-- | synapse/synapse_rust/__init__.pyi (renamed from stubs/synapse/synapse_rust/__init__.pyi) | 0 | ||||
-rw-r--r-- | synapse/synapse_rust/acl.pyi (renamed from stubs/synapse/synapse_rust/acl.pyi) | 0 | ||||
-rw-r--r-- | synapse/synapse_rust/push.pyi (renamed from stubs/synapse/synapse_rust/push.pyi) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/stubs/synapse/__init__.pyi b/stubs/synapse/__init__.pyi deleted file mode 100644 |