Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eb763cb

Browse files
committedNov 12, 2024·
hurd: Drop using mod align
It is not used.
1 parent 9f6aa3f commit eb763cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/unix/hurd/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -4671,9 +4671,6 @@ safe_f! {
46714671
}
46724672
}
46734673

4674-
mod align;
4675-
pub use self::align::*;
4676-
46774674
cfg_if! {
46784675
if #[cfg(target_pointer_width = "64")] {
46794676
mod b64;

0 commit comments

Comments
 (0)
Please sign in to comment.