mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Run cargo fix --edition-idioms
This commit is contained in:
parent
23d25a3094
commit
816f7fe12a
230 changed files with 888 additions and 888 deletions
|
@ -68,7 +68,7 @@ pub(crate) fn render_tuple_lit(
|
|||
/// fields, plus a boolean for whether the list is comprehensive (contains no
|
||||
/// private fields and its item is not marked `#[non_exhaustive]`).
|
||||
pub(crate) fn visible_fields(
|
||||
ctx: &CompletionContext,
|
||||
ctx: &CompletionContext<'_>,
|
||||
fields: &[hir::Field],
|
||||
item: impl HasAttrs + HasCrate + Copy,
|
||||
) -> Option<(Vec<hir::Field>, bool)> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue