diff options
Diffstat (limited to 'rust/theBook/chapter-5-using-struct-to-structure-related-data/method/Cargo.lock')
-rw-r--r-- | rust/theBook/chapter-5-using-struct-to-structure-related-data/method/Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rust/theBook/chapter-5-using-struct-to-structure-related-data/method/Cargo.lock b/rust/theBook/chapter-5-using-struct-to-structure-related-data/method/Cargo.lock deleted file mode 100644 index 22aba19..0000000 --- a/rust/theBook/chapter-5-using-struct-to-structure-related-data/method/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "method" -version = "0.1.0" |