Skip to content

Commit bfbac2f

Browse files
committed
Refactoring
1 parent 6c5e6d8 commit bfbac2f

File tree

2 files changed

+212
-134
lines changed

2 files changed

+212
-134
lines changed

crates/header-translator/src/output.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ impl Output {
3939
let mut macos_10_13_features: BTreeSet<String> = vec![
4040
"unstable-frameworks-macos-10-7".into(),
4141
"unstable-example-delegate".into(),
42+
"unstable-example-metal".into(),
4243
"unstable-example-nspasteboard".into(),
4344
"unstable-example-speech_synthesis".into(),
4445
]

0 commit comments

Comments
 (0)