Skip to content

Commit 7d6d429

Browse files
committed
Don't drop clang-21 with clang-runtime too
1 parent 222da46 commit 7d6d429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding-generator/src/generator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pub struct Generator {
362362

363363
impl Drop for Generator {
364364
fn drop(&mut self) {
365-
const BAD_VERSIONS: [&str; 2] = [" 19.", " 20."];
365+
const BAD_VERSIONS: [&str; 3] = [" 19.", " 20.", " 21."];
366366
if !(cfg!(windows)
367367
&& cfg!(feature = "clang-runtime")
368368
&& BAD_VERSIONS

0 commit comments

Comments
 (0)