We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeaa33 commit 02139a4Copy full SHA for 02139a4
src/unix/hurd/align.rs
src/unix/hurd/mod.rs
@@ -4675,16 +4675,6 @@ safe_f! {
4675
}
4676
4677
4678
-cfg_if! {
4679
- if #[cfg(libc_align)] {
4680
- mod align;
4681
- pub use self::align::*;
4682
- } else {
4683
- mod no_align;
4684
- pub use self::no_align::*;
4685
- }
4686
-}
4687
-
4688
cfg_if! {
4689
if #[cfg(target_pointer_width = "64")] {
4690
mod b64;
0 commit comments