From 0e9265344028db65b087f7ce5c915a69d3e1f275 Mon Sep 17 00:00:00 2001 From: oberrich Date: Mon, 13 Jan 2025 02:45:59 +0100 Subject: [PATCH] style: formatting --- src/cty/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cty/mod.rs b/src/cty/mod.rs index 5d4a4b3..fd0889a 100644 --- a/src/cty/mod.rs +++ b/src/cty/mod.rs @@ -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;