Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Jan 13, 2025
1 parent a0f1505 commit 0e92653
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cty/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@

/// A `cty` implementation that always assumes `target_os = "windows"`.
/// Forked from `::core::ffi`
pub type c_void = ::core::ffi::c_void;


pub type c_char = i8; // Windows specific
pub type c_schar = i8;
pub type c_uchar = u8;
Expand Down

0 comments on commit 0e92653

Please sign in to comment.