Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo: use cargo:: instead of cargo: to match documentation #1101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ahayzen-kdab
Copy link
Collaborator

We have been mixing eg cargo:rerun-if-changed and
cargo::rerun-if-changed. According to these docs it should be with a double colon.
https://doc.rust-lang.org/cargo/reference/build-scripts.html

We have been mixing eg cargo:rerun-if-changed and
cargo::rerun-if-changed. According to these docs it should be
with a double colon.
https://doc.rust-lang.org/cargo/reference/build-scripts.html
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e6ee353) to head (b526bca).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1101   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines        11949     11949           
=========================================
  Hits         11949     11949           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant