diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-30 21:23:51 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-30 21:23:51 +0100 |
| commit | d0c6cc5511f5b953ca1a4184e6c7b903e4bb7450 (patch) | |
| tree | 5ed9f5bc8227f42fe6076779135f85794132537b /examples/06-imports/output/rust/Cargo.lock | |
| parent | e69e58c00f1f7e64dc0bcfb1694564c6f4e8486a (diff) | |
Fully qualify Rust type expressions
Diffstat (limited to 'examples/06-imports/output/rust/Cargo.lock')
| -rw-r--r-- | examples/06-imports/output/rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/06-imports/output/rust/Cargo.lock b/examples/06-imports/output/rust/Cargo.lock new file mode 100644 index 0000000..9dc6e3e --- /dev/null +++ b/examples/06-imports/output/rust/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 4 + +[[package]] +name = "example" +version = "0.1.0" |
