mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
init cargo
This commit is contained in:
commit
37226273a7
2 changed files with 8 additions and 0 deletions
5
Cargo.toml
Normal file
5
Cargo.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[package]
|
||||
|
||||
name = "rust-clippy"
|
||||
version = "0.0.1"
|
||||
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
|
3
src/lib.rs
Normal file
3
src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in a new issue