diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-09-12 05:15:02 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-09-12 05:15:02 +0000 |
| commit | 93ef7cd2dd40b4661bf918a33336558784248103 (patch) | |
| tree | c16367f9b4c3a659aa924238daef9704756e4bcb /compiler/rustc_span/src/source_map.rs | |
| parent | 2f09cac1a4e3ec93c11e88aa91db1635fbd0d1f4 (diff) | |
| parent | b72b42d36faf301f8cd6c31372525ab69ed752cc (diff) | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_span/src/source_map.rs')
| -rw-r--r-- | compiler/rustc_span/src/source_map.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/source_map.rs b/compiler/rustc_span/src/source_map.rs index f914e8dc1ba..98447147d3e 100644 --- a/compiler/rustc_span/src/source_map.rs +++ b/compiler/rustc_span/src/source_map.rs @@ -779,7 +779,7 @@ impl SourceMap { return Ok(false); } } - return Ok(true); + Ok(true) }) .is_ok_and(|is_accessible| is_accessible) } |
