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