This commit is contained in:
Nisarga P 2024-02-02 00:19:31 -08:00
parent a0ce781fb4
commit 4b7b822ea0
2 changed files with 14 additions and 0 deletions

7
exercises/22_clippy/Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "clippy3"
version = "0.0.1"

View File

@ -0,0 +1,7 @@
[package]
name = "clippy3"
version = "0.0.1"
edition = "2021"
[[bin]]
name = "clippy3"
path = "clippy3.rs"