Remove unneeded clipboard import.

This commit is contained in:
Michal Mieczkowski 2019-06-15 11:57:32 +02:00
parent 9c74e4d9ce
commit 884b54a626

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
extern crate clipboard;
#[macro_use]
extern crate lazy_static;
#[macro_use]