blackmwk commented on code in PR #2542:
URL: https://github.com/apache/iceberg-rust/pull/2542#discussion_r3332152491
##########
Makefile:
##########
@@ -65,7 +65,7 @@ generate-public-api: install-cargo-public-api
manifest=$${entry##*:}; \
crate_dir=$$(dirname "$$manifest"); \
echo "Generating public API for $$crate..."; \
- cargo public-api -p "$$crate" --all-features >
"$$crate_dir/public-api.txt"; \
+ cargo public-api -p "$$crate" --all-features -sss >
"$$crate_dir/public-api.txt"; \
Review Comment:
As I said in comments, this should be `-ss`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]