avantgardnerio commented on code in PR #3580:
URL: https://github.com/apache/arrow-datafusion/pull/3580#discussion_r976936839


##########
datafusion/proto/Cargo.toml:
##########
@@ -28,13 +28,17 @@ keywords = ["arrow", "query", "sql"]
 edition = "2021"
 rust-version = "1.62"
 
+[package.metadata.docs.rs]
+features = [ "docsrs" ]  # https://github.com/rust-lang/docs.rs/issues/147
+
 [lib]
 name = "datafusion_proto"
 path = "src/lib.rs"
 
 [features]
 default = []
 json = ["pbjson", "pbjson-build", "serde", "serde_json"]
+docsrs = []

Review Comment:
   Did I do this correctly? Does this declare a new feature but say it has no 
affect on dependencies?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to