Skip to content

Commit

Permalink
Merge branch 'main' into function-macro-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
malenaohl authored Dec 7, 2024
2 parents afbe9d9 + 4e88a59 commit 55efe94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ localdata/

# Unnecessary test data
test_crates/**/Cargo.lock

# Ignore macOS metadata files
**/.DS_Store
3 changes: 1 addition & 2 deletions scripts/regenerate_test_rustdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ for crate_pair; do
popd

pushd "$PLACEHOLDER_DIR"
head -n -1 Cargo.toml >Cargo.toml.trunc
mv Cargo.toml.trunc Cargo.toml
sed -i '' '$d' Cargo.toml
cargo add --path "../../../test_crates/$crate"
$METADATA_CMD >"$metadata"
popd
Expand Down

0 comments on commit 55efe94

Please sign in to comment.