Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Mar 16, 2024
1 parent 2948bd3 commit 202254f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0
-> todo! remove this notices
-> todo! remove this notice
5 changes: 1 addition & 4 deletions attribution/self.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[self]
name = "rust_cicd_template"
name = "rust_ci_cd_template"
version = "0.1.0"
description = "A rust ci/cd template for github"
license = "CC0-1.0 OR MIT OR Apache-2.0"
notices = [
"(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and",
]
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: CC0-1.0 OR MIT OR Apache-2.0
// -> todo! remove this notices
// -> todo! remove this notice

fn main() {
println!("Hello, world!");
todo!("he")
}

0 comments on commit 202254f

Please sign in to comment.