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

General cleanup #32980

Merged
merged 5 commits into from
Aug 24, 2023
Merged

General cleanup #32980

merged 5 commits into from
Aug 24, 2023

Conversation

Lichtso
Copy link
Contributor

@Lichtso Lichtso commented Aug 24, 2023

In preparation for #32961.

Copy link
Contributor

@brooksprumo brooksprumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -10,7 +10,7 @@ fn main() -> Result<(), std::io::Error> {
let mut protos = Vec::new();
for proto_file in &proto_files {
let proto = proto_base_path.join(proto_file);
println!("cargo::rerun-if-changed={}", proto.display());
println!("cargo:rerun-if-changed={}", proto.display());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well credit on this one goes to @t-nelson: t-nelson@4e17f71

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all credits king clippy!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i guess this'll fix broken docs build in solana-core 🚀

https://docs.rs/crate/solana-core/1.16.8/builds/893154

@@ -10,7 +10,7 @@ fn main() -> Result<(), std::io::Error> {
let mut protos = Vec::new();
for proto_file in &proto_files {
let proto = proto_base_path.join(proto_file);
println!("cargo::rerun-if-changed={}", proto.display());
println!("cargo:rerun-if-changed={}", proto.display());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all credits king clippy!

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #32980 (960a9f0) into master (025b952) will decrease coverage by 0.1%.
Report is 1 commits behind head on master.
The diff coverage is 92.5%.

@@            Coverage Diff            @@
##           master   #32980     +/-   ##
=========================================
- Coverage    82.0%    82.0%   -0.1%     
=========================================
  Files         784      784             
  Lines      212650   212641      -9     
=========================================
- Hits       174424   174390     -34     
- Misses      38226    38251     +25     

@Lichtso Lichtso merged commit a8be70f into solana-labs:master Aug 24, 2023
34 checks passed
@Lichtso Lichtso deleted the general_cleanup branch August 24, 2023 19:44
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.

4 participants