diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-08-08 21:12:04 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-08-08 21:12:04 +0200 |
| commit | 0d41f9145ce4f884a53fddefe0624060eb22609b (patch) | |
| tree | 457fc7956c44c27766d3f487ad6082ec190fbc0f /compiler/rustc_span/src/source_map | |
| parent | bacb4db48c7fe109a7d480b3b5b1cd03898db4a6 (diff) | |
| download | rust-0d41f9145ce4f884a53fddefe0624060eb22609b.tar.gz rust-0d41f9145ce4f884a53fddefe0624060eb22609b.zip | |
Remove unused parameter.
Diffstat (limited to 'compiler/rustc_span/src/source_map')
| -rw-r--r-- | compiler/rustc_span/src/source_map/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/source_map/tests.rs b/compiler/rustc_span/src/source_map/tests.rs index 2cada019b7f..3058ec45a64 100644 --- a/compiler/rustc_span/src/source_map/tests.rs +++ b/compiler/rustc_span/src/source_map/tests.rs @@ -251,7 +251,6 @@ fn t10() { non_narrow_chars, normalized_pos, start_pos, - end_pos, 0, ); |
