Skip to content

Commit 4d59cbf

Browse files
andre-richterphil-opp
authored andcommitted
Add xclippy command. (#12)
1 parent b1d33d3 commit 4d59cbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bin/cargo-xclippy.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extern crate xargo_lib;
2+
3+
pub fn main() {
4+
xargo_lib::main_common("clippy");
5+
}

0 commit comments

Comments
 (0)