mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 00:15:01 -04:00
Check if Rust lib needs rebuilding. (#13759)
This protects against the common mistake of failing to remember to rebuild Rust code after making changes.
This commit is contained in:
parent
4c4889cac0
commit
ebfeac7c5d
7 changed files with 149 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
def sum_as_string(a: int, b: int) -> str: ...
|
||||
def get_rust_file_digest() -> str: ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue