Skip to content

Commit

Permalink
Add xclippy command. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-richter authored and phil-opp committed Aug 20, 2018
1 parent b1d33d3 commit 4d59cbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bin/cargo-xclippy.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extern crate xargo_lib;

pub fn main() {
xargo_lib::main_common("clippy");
}

0 comments on commit 4d59cbf

Please sign in to comment.