Skip to content

Commit

Permalink
Use core
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Apr 24, 2024
1 parent fb56535 commit aeea7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/src/vk/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub(crate) fn write_c_str_slice_with_nul(
pub enum PromotionStatus {
None,
PromotedToCore(u32),
PromotedToExtension(&'static std::ffi::CStr),
PromotedToExtension(&'static core::ffi::CStr),
}
pub trait InstanceExtension: Send + Sync + Sized + Clone + 'static {
fn new(entry: &crate::Entry, instance: &crate::Instance) -> Self;
Expand Down

0 comments on commit aeea7c2

Please sign in to comment.