This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -169,34 +169,34 @@ mod macros;
169169#[ macro_use]
170170mod internal_macros;
171171
172- #[ path = "num/int_macros.rs" ]
172+ #[ path = "num/shells/ int_macros.rs" ]
173173#[ macro_use]
174174mod int_macros;
175175
176- #[ path = "num/i128.rs" ]
176+ #[ path = "num/shells/ i128.rs" ]
177177pub mod i128;
178- #[ path = "num/i16.rs" ]
178+ #[ path = "num/shells/ i16.rs" ]
179179pub mod i16;
180- #[ path = "num/i32.rs" ]
180+ #[ path = "num/shells/ i32.rs" ]
181181pub mod i32;
182- #[ path = "num/i64.rs" ]
182+ #[ path = "num/shells/ i64.rs" ]
183183pub mod i64;
184- #[ path = "num/i8.rs" ]
184+ #[ path = "num/shells/ i8.rs" ]
185185pub mod i8;
186- #[ path = "num/isize.rs" ]
186+ #[ path = "num/shells/ isize.rs" ]
187187pub mod isize;
188188
189- #[ path = "num/u128.rs" ]
189+ #[ path = "num/shells/ u128.rs" ]
190190pub mod u128;
191- #[ path = "num/u16.rs" ]
191+ #[ path = "num/shells/ u16.rs" ]
192192pub mod u16;
193- #[ path = "num/u32.rs" ]
193+ #[ path = "num/shells/ u32.rs" ]
194194pub mod u32;
195- #[ path = "num/u64.rs" ]
195+ #[ path = "num/shells/ u64.rs" ]
196196pub mod u64;
197- #[ path = "num/u8.rs" ]
197+ #[ path = "num/shells/ u8.rs" ]
198198pub mod u8;
199- #[ path = "num/usize.rs" ]
199+ #[ path = "num/shells/ usize.rs" ]
200200pub mod usize;
201201
202202#[ path = "num/f32.rs" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments