Skip to content

Commit 88b1315

Browse files
committed
cleanup
1 parent b895c5c commit 88b1315

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_builtin_macros/src/standard_library_imports.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub fn inject(
3939
let ecfg = ExpansionConfig::default("std_lib_injection".to_string(), features);
4040
let cx = ExtCtxt::new(sess, ecfg, resolver, None);
4141

42-
// .rev() to preserve ordering above in combination with insert(0, ...)
4342
let ident_span = if edition >= Edition2018 { span } else { call_site };
4443
let item = cx.item(
4544
span,

0 commit comments

Comments
 (0)