about summary refs log tree commit diff
path: root/compiler/rustc_query_system/src/query/job.rs
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2024-08-02 12:16:52 -0400
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2024-08-02 13:22:28 -0400
commit84e261e5cb47f637b1d94f03fc65b80c8f45add4 (patch)
tree02a454e33ae0bcaab9f1da9c112e1c5af2c328dc /compiler/rustc_query_system/src/query/job.rs
parent53676730146e38e4697b6204c2ee61a9fd6b7e51 (diff)
downloadrust-84e261e5cb47f637b1d94f03fc65b80c8f45add4.tar.gz
rust-84e261e5cb47f637b1d94f03fc65b80c8f45add4.zip
chore: use shorthand initializer
Diffstat (limited to 'compiler/rustc_query_system/src/query/job.rs')
-rw-r--r--compiler/rustc_query_system/src/query/job.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_query_system/src/query/job.rs b/compiler/rustc_query_system/src/query/job.rs
index 761d6acdbae..ca3efc11201 100644
--- a/compiler/rustc_query_system/src/query/job.rs
+++ b/compiler/rustc_query_system/src/query/job.rs
@@ -588,7 +588,7 @@ pub fn report_cycle<'a>(
         cycle_stack,
         stack_bottom: stack[0].query.description.to_owned(),
         alias,
-        cycle_usage: cycle_usage,
+        cycle_usage,
         stack_count,
         note_span: (),
     };