1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-04-14 17:53:03 -04:00

Fix unused import warning

This fixes an unused import warning introduced with 198d3cb.
This commit is contained in:
Christian Duerr 2020-11-15 00:48:23 +00:00 committed by GitHub
parent 2a16cc5155
commit c5340a2ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
use std::collections::HashSet;
use std::env;
use std::fs::File;
use std::path::Path;