Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove noisy tracing instrumentation
These #[instrument] directives were added in #631, and end up logging error messages for every crate which isn't on crates.io due to CrateInfoError::DoesNotExist. Remove these instrument lines to avoid the unnecessary error spam.
- Loading branch information