mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 17:29:18 +00:00
finished
This commit is contained in:
parent
a0ce781fb4
commit
4b7b822ea0
7
exercises/22_clippy/Cargo.lock
generated
Normal file
7
exercises/22_clippy/Cargo.lock
generated
Normal 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"
|
||||
7
exercises/22_clippy/Cargo.toml
Normal file
7
exercises/22_clippy/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "clippy3"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
[[bin]]
|
||||
name = "clippy3"
|
||||
path = "clippy3.rs"
|
||||
Loading…
x
Reference in New Issue
Block a user