Skip to content

Commit 84b54d7

Browse files
committed
Remove $crate
1 parent d2a151a commit 84b54d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ macro_rules! c_enum {
256256

257257
// Use a specific type if provided, otherwise default to `c_uint`
258258
(@ty $repr:ty) => { $repr };
259-
(@ty) => { $crate::c_uint };
259+
(@ty) => { crate::c_uint };
260260
}
261261

262262
// This is a pretty horrible hack to allow us to conditionally mark some functions as 'const',

0 commit comments

Comments
 (0)