diff options
Diffstat (limited to 'rust/src/project')
| -rw-r--r-- | rust/src/project/file.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/project/file.rs b/rust/src/project/file.rs index 22bf9b4b..d016d377 100644 --- a/rust/src/project/file.rs +++ b/rust/src/project/file.rs @@ -22,7 +22,7 @@ pub struct ProjectFile { } impl ProjectFile { - pub(crate) unsafe fn from_raw(handle: NonNull<BNProjectFile>) -> Self { + pub unsafe fn from_raw(handle: NonNull<BNProjectFile>) -> Self { Self { handle } } |
