Skip to content

Commit f406647

Browse files
Swatinemmstange
authored andcommitted
fix: Correct typo revealed by Clippy
Looks like this was a typo in the original PR that introduced the flag, and it had the same value as `NO_CLASS_TYPE`
1 parent 1e3de0d commit f406647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ bitflags! {
204204
const SPACE_BEFORE_POINTER = 0x80_0000;
205205
/// Add ptr64 to output. This is disabled by default because it's also not
206206
/// added by LLVM. This is in a way the inverse of the DIA `UNDNAME_NO_PTR64`
207-
const WITH_PTR64 = 0x100_000;
207+
const WITH_PTR64 = 0x100_0000;
208208
}
209209
}
210210

0 commit comments

Comments
 (0)