Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 18, 2024
1 parent 6d7cd3f commit 60774ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate_universe/src/metadata/cargo_tree_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ impl TreeResolver {
/// valuable in allowing `cargo-bazel` to scale with different versions of Rust.
///
/// This wrapper can probably be eliminated if the following feature request is implemented:
/// - https://github.com/rust-lang/cargo/issues/14527
/// - <https://github.com/rust-lang/cargo/issues/14527>
fn create_rustc_wrapper(output_dir: &Path) -> Result<PathBuf> {
Self::create_rustc_wrapper_impl(output_dir)
}
Expand Down

0 comments on commit 60774ac

Please sign in to comment.