Skip to content

Commit c2d9383

Browse files
committed
Address Copilot review comments
1 parent 808ef15 commit c2d9383

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

unified/extractor/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
fn main() {
2+
println!("cargo:rustc-check-cfg=cfg(bazel)");
3+
24
if let Ok(dir) = std::env::var("DEP_SWIFTSYNTAXFFI_LIBDIR") {
35
println!("cargo:rustc-link-search=native={dir}");
46
println!("cargo:rustc-link-lib=dylib=SwiftSyntaxFFI");

unified/extractor/tests/corpus_tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ fn corpus_dir() -> std::path::PathBuf {
114114
std::path::PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("tests/corpus")
115115
}
116116

117-
118117
#[test]
119118
fn test_corpus() {
120119
let update_mode = update_mode_enabled();

0 commit comments

Comments
 (0)