diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-03 21:59:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 21:59:28 +0100 |
commit | b47a88b142a8987f1d0d48db8c0db1e5f3048a76 (patch) | |
tree | 0863fb40b8e081ccc40f1437e74c49a68f4e6c59 /alacritty_terminal/src/lib.rs | |
parent | fa6ceacfa4158c568c55dff85621788ff1df4099 (diff) | |
download | alacritty-b47a88b142a8987f1d0d48db8c0db1e5f3048a76.tar.gz alacritty-b47a88b142a8987f1d0d48db8c0db1e5f3048a76.zip |
Fix URL highlighting
Fixes #2898.
Fixes #2479.
Diffstat (limited to 'alacritty_terminal/src/lib.rs')
-rw-r--r-- | alacritty_terminal/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alacritty_terminal/src/lib.rs b/alacritty_terminal/src/lib.rs index dc26046d..82c83856 100644 --- a/alacritty_terminal/src/lib.rs +++ b/alacritty_terminal/src/lib.rs @@ -38,7 +38,6 @@ pub mod selection; pub mod sync; pub mod term; pub mod tty; -pub mod url; pub mod util; pub use crate::grid::Grid; |