Skip to content

Commit 2fdc672

Browse files
markbtfacebook-github-bot
authored andcommitted
autocargo and getdeps fixes
Summary: Fix some issues with rust/shed that are causing problems with the getdeps builds. Specifically: - Disable autoexamples for `quickcheck_arbitrary_derive` as they clash with the manually defined example. - Fix the fbcode_builder path for fb303. - Fix import in `buffered_weight` memory bound code by avoiding use of `anyhow::Ok`. - Fix unused item warnings in non-linux builds. - Upgrade the version of proc-macro-crate that non-buck builds use to one that is available in the vendored packages. - Fix documentation in sampling and bounded_traversal. Reviewed By: RajivTS Differential Revision: D78992994 fbshipit-source-id: cc19878b5ae8ed7cbd884805849be797a96d3fba
1 parent 2721739 commit 2fdc672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/fb303

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repo_url = https://github.com/facebook/fb303.git
1111
cargo_config_file = source/fb303/thrift/.cargo/config.toml
1212

1313
[crate.pathmap]
14-
fb303_core = fb303/thrift
14+
fb303_core = fb303/thrift/rust
1515

1616
[build]
1717
builder = cmake

0 commit comments

Comments
 (0)