diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-06-26 01:01:50 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 01:01:50 +0400 |
commit | 43b7c1774c62e06e5a16561dc779d27ef9ad6a6f (patch) | |
tree | 113fa3a0cfc65a84e0770f9442070840bcc215b5 /alacritty_terminal | |
parent | b9c886872d1202fc9302f68a0bedbb17daa35335 (diff) | |
download | alacritty-43b7c1774c62e06e5a16561dc779d27ef9ad6a6f.tar.gz alacritty-43b7c1774c62e06e5a16561dc779d27ef9ad6a6f.zip |
Update wix on the release CI
Fixes #6939.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r-- | alacritty_terminal/src/selection.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty_terminal/src/selection.rs b/alacritty_terminal/src/selection.rs index 542430d3..1536724c 100644 --- a/alacritty_terminal/src/selection.rs +++ b/alacritty_terminal/src/selection.rs @@ -469,6 +469,7 @@ mod tests { assert_eq!(selection.to_range(&term(1, 2)), None); } + #[rustfmt::skip] /// Test selection across adjacent lines. /// /// 1. [ ][ ][ ][ ][ ] @@ -490,6 +491,7 @@ mod tests { }); } + #[rustfmt::skip] /// Test selection across adjacent lines. /// /// 1. [ ][ ][ ][ ][ ] |