diff options
author | Ren Kararou <[email protected]> | 2023-05-26 17:25:38 -0400 |
---|---|---|
committer | Ren Kararou <[email protected]> | 2023-05-26 17:25:38 -0400 |
commit | b65d0617bca7bf85970854c728c37d935421ea14 (patch) | |
tree | bb38f1f3a8d677a407548a0eaaa4501f9a599bfc /usr/src/mei/yes | |
parent | 091e496d157b73337c634085a99009fd7257512b (diff) | |
download | k2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.gz k2spice-b65d0617bca7bf85970854c728c37d935421ea14.tar.bz2 k2spice-b65d0617bca7bf85970854c728c37d935421ea14.zip |
rename files for clarity
Diffstat (limited to 'usr/src/mei/yes')
-rw-r--r-- | usr/src/mei/yes/Cargo.toml | 2 | ||||
-rw-r--r-- | usr/src/mei/yes/src/yes.rs (renamed from usr/src/mei/yes/src/main.rs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/mei/yes/Cargo.toml b/usr/src/mei/yes/Cargo.toml index 8372248..d46dce9 100644 --- a/usr/src/mei/yes/Cargo.toml +++ b/usr/src/mei/yes/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [[bin]] name = "yes" -path = "src/main.rs" +path = "src/yes.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/usr/src/mei/yes/src/main.rs b/usr/src/mei/yes/src/yes.rs index 5a889f0..5a889f0 100644 --- a/usr/src/mei/yes/src/main.rs +++ b/usr/src/mei/yes/src/yes.rs |