From 55b35dfbcf181797ef91c9b8d5a22638a1dfb0c6 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 20 Aug 2025 13:45:38 -0400 Subject: [Rust] Fix misc inconsistencies in `2ba29fd` --- rust/src/project.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/project.rs') diff --git a/rust/src/project.rs b/rust/src/project.rs index d276e532..c268d613 100644 --- a/rust/src/project.rs +++ b/rust/src/project.rs @@ -578,7 +578,7 @@ impl Project { /// Retrieve a list of files in the project by the `path` inside the project. /// /// Because a [`ProjectFile`] name is not unique, this returns a list instead of a single [`ProjectFile`]. - pub fn files_by_path_in_project(&self, path: &Path) -> Array { + pub fn files_by_project_path(&self, path: &Path) -> Array { let path_raw = path.to_cstr(); let mut count = 0; let result = unsafe { -- cgit v1.3.1