We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c78773 commit 3a8de64Copy full SHA for 3a8de64
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "pre-commit-rust"
3
version = "0.1.0"
4
edition = "2021"
5
+description = "Dummy cargo repo to ask pre-commit install cargo."
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
src/main.rs
@@ -1,3 +1,3 @@
1
fn main() {
- println!("Hello, world!");
+ println!("This is only a placeholder.");
}
0 commit comments