Rust/Python: fix edition-related errors

This commit is contained in:
Paolo Tranquilli
2025-02-25 13:16:58 +01:00
parent eff87d24fa
commit e8799e346d
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
use tree_sitter::Language;
extern "C" {
unsafe extern "C" {
fn tree_sitter_python() -> Language;
}