We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d33d3 commit 4d59cbfCopy full SHA for 4d59cbf
src/bin/cargo-xclippy.rs
@@ -0,0 +1,5 @@
1
+extern crate xargo_lib;
2
+
3
+pub fn main() {
4
+ xargo_lib::main_common("clippy");
5
+}
0 commit comments