Skip to content

Commit 3a8de64

Browse files
committed
Add description
1 parent 1c78773 commit 3a8de64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "pre-commit-rust"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Dummy cargo repo to ask pre-commit install cargo."
56

67
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
78

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fn main() {
2-
println!("Hello, world!");
2+
println!("This is only a placeholder.");
33
}

0 commit comments

Comments
 (0)