Skip to content

Commit

Permalink
tidy up code
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Jan 9, 2024
1 parent d96d462 commit 375bb55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 1 addition & 0 deletions src/key/key_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use std::fs::{File};
use std::io::Read;
use std::path::Path;
use globset::Glob;
use serde_derive::Deserialize;
use toml;

#[derive(Debug)]
Expand Down
16 changes: 0 additions & 16 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
extern crate openssl;
extern crate toml;
#[macro_use]
extern crate serde_derive;
extern crate clap;
extern crate regex;
#[macro_use]
extern crate byteorder;
extern crate anyhow;
extern crate dirs;
extern crate globset;
extern crate self_update;

#[cfg(test)]
extern crate serial_test;

use anyhow::{anyhow, format_err, Context, Error};

use clap::{Arg};
Expand Down

0 comments on commit 375bb55

Please sign in to comment.