aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index b61d1054..15bd57c5 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use std::env;
-use alacritty::index::{Line, Column};
+use index::{Line, Column};
/// Options specified on the command line
pub struct Options {