Port the push rule classes to Rust. (#13768)

This commit is contained in:
Erik Johnston 2022-09-20 12:10:31 +01:00 committed by GitHub
parent c802ef1411
commit 42d261c32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 930 additions and 615 deletions

View file

@ -1,2 +0,0 @@
def sum_as_string(a: int, b: int) -> str: ...
def get_rust_file_digest() -> str: ...