Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove librustdoc dependency on env_logger
We want librustdoc to pickup the env_logger dependency from the sysroot. This ensures that the same copy of env_logger is used for both internal crates (e.g. librustc_driver, libsyntax) and librustdoc Closes rust-lang#46383
- Loading branch information