Skip to content

Commit

Permalink
Merge branch 'master' into staticfn-result
Browse files Browse the repository at this point in the history
  • Loading branch information
Rua authored Mar 11, 2021
2 parents 1959612 + b3a010a commit 22beadc
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 @@ -78,7 +78,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 22beadc

Please sign in to comment.