File tree 14 files changed +13
-13
lines changed
14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -169,34 +169,34 @@ mod macros;
169
169
#[ macro_use]
170
170
mod internal_macros;
171
171
172
- #[ path = "num/int_macros.rs" ]
172
+ #[ path = "num/shells/ int_macros.rs" ]
173
173
#[ macro_use]
174
174
mod int_macros;
175
175
176
- #[ path = "num/i128.rs" ]
176
+ #[ path = "num/shells/ i128.rs" ]
177
177
pub mod i128;
178
- #[ path = "num/i16.rs" ]
178
+ #[ path = "num/shells/ i16.rs" ]
179
179
pub mod i16;
180
- #[ path = "num/i32.rs" ]
180
+ #[ path = "num/shells/ i32.rs" ]
181
181
pub mod i32;
182
- #[ path = "num/i64.rs" ]
182
+ #[ path = "num/shells/ i64.rs" ]
183
183
pub mod i64;
184
- #[ path = "num/i8.rs" ]
184
+ #[ path = "num/shells/ i8.rs" ]
185
185
pub mod i8;
186
- #[ path = "num/isize.rs" ]
186
+ #[ path = "num/shells/ isize.rs" ]
187
187
pub mod isize;
188
188
189
- #[ path = "num/u128.rs" ]
189
+ #[ path = "num/shells/ u128.rs" ]
190
190
pub mod u128;
191
- #[ path = "num/u16.rs" ]
191
+ #[ path = "num/shells/ u16.rs" ]
192
192
pub mod u16;
193
- #[ path = "num/u32.rs" ]
193
+ #[ path = "num/shells/ u32.rs" ]
194
194
pub mod u32;
195
- #[ path = "num/u64.rs" ]
195
+ #[ path = "num/shells/ u64.rs" ]
196
196
pub mod u64;
197
- #[ path = "num/u8.rs" ]
197
+ #[ path = "num/shells/ u8.rs" ]
198
198
pub mod u8;
199
- #[ path = "num/usize.rs" ]
199
+ #[ path = "num/shells/ usize.rs" ]
200
200
pub mod usize;
201
201
202
202
#[ 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.
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