We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89de82 commit 2f3a9d7Copy full SHA for 2f3a9d7
1 file changed
src/unix/mod.rs
@@ -262,14 +262,6 @@ cfg_if! {
262
}
263
264
impl Eq for __c_anonymous_sigaction_handler{}
265
- impl fmt::Debug for __c_anonymous_sigaction_handler {
266
- fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result
267
- {
268
- f.debug_struct("sigaction_t")
269
- .field("value", unsafe{ &self.default })
270
- .finish()
271
- }
272
273
impl hash::Hash for __c_anonymous_sigaction_handler {
274
fn hash<H: hash::Hasher>(&self, state: &mut H) {
275
unsafe{ self.default.hash(state) };
0 commit comments