Skip to content

Commit 0f6fc0a

Browse files
authored
Turbopack: remove last stray lint ignore comments (#75519)
1 parent 5cd0cce commit 0f6fc0a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

turbopack/crates/turbopack-core/src/code_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ impl GenerateSourceMap for Code {
166166

167167
let mut sections = Vec::with_capacity(self.mappings.len());
168168
let mut read = self.code.read();
169-
// ast-grep-ignore: to-resolved-in-loop
170169
for (byte_pos, map) in &self.mappings {
171170
let mut want = byte_pos - last_byte_pos;
172171
while want > 0 {

turbopack/crates/turbopack-core/src/resolve/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,6 @@ async fn apply_in_package(
22822282
fragment: Vc<RcStr>,
22832283
) -> Result<Option<Vc<ResolveResult>>> {
22842284
// Check alias field for module aliases first
2285-
// ast-grep-ignore: to-resolved-in-loop
22862285
for in_package in options_value.in_package.iter() {
22872286
// resolve_module_request is called when importing a node
22882287
// module, not a PackageInternal one, so the imports field

0 commit comments

Comments
 (0)