`rustc_middle` is a huge crate and it's always good to move stuff out of it. There are lots of similar methods already on `Span`, so these two functions, `in_external_macro` and `is_from_async_await`, fit right in. The diff is big because `in_external_macro` is used a lot by clippy lints. |
||
|---|---|---|
| .. | ||
| impl_trait_in_params.rs | ||
| misnamed_getters.rs | ||
| mod.rs | ||
| must_use.rs | ||
| not_unsafe_ptr_arg_deref.rs | ||
| ref_option.rs | ||
| renamed_function_params.rs | ||
| result.rs | ||
| too_many_arguments.rs | ||
| too_many_lines.rs | ||