Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MaikKlein/ash into static…
Browse files Browse the repository at this point in the history
…fn-result
  • Loading branch information
Rua committed Mar 10, 2021
2 parents da8f725 + b3a010a commit 2082e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/src/entry_libloading.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl EntryCustom<Arc<Library>> {
/// # Ok(()) }
/// ```
pub unsafe fn new() -> Result<Entry, LoadingError> {
Self::with_library(&LIB_PATH)
Self::with_library(LIB_PATH)
}

/// Load Vulkan library at `path`
Expand Down

0 comments on commit 2082e91

Please sign in to comment.